.trapezoid-wrapper svg {
	display: inline-block;
	margin-top: -6px;
}

.trapezoid-wrapper {
  position: relative;
  padding-top: 0;
  padding-bottom: 5rem; /* if you want this always */
}

.trapezoid-bg {
    position: absolute;
    top: 14%;
    left: 0;
    /* transform: translateY(-50%); */
    width: 100%;
    height: 140px;
    background: #a17022;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    z-index: 0;
}

.content-over-trapezoid {
  position: relative;
  z-index: 1;
}

.keyindheadingrow {
  min-height: 150px;
  position: relative;
  background-color: #f8f8f8; /* replace with your .bgc-156 */
}

.heading-image {
  max-height: 150px;
  margin-top: -100px;
  width: auto;
  right: 0.5rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: justify;
  font-size: 0.8rem;
  background: #fff;
  padding: 30px;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 65% !important;
}

.swiper h5 {
    font-weight: 600;
    font-size: 1.1rem;
    color: #000;
}

.swiper p {
    color: #000;
}

.menu-btn-light {
    color: var(--swatch-var-156) !important;
    background-color: var(--swatch-var-5653);
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-radius: 20px 20px 20px 20px;
    padding: 5px 10px 5px 10px;
}
@media (min-width: 768px) {
	.repeat-dot {
		background-image: url('../img/arrow-right.png');
		background-position: center;
	}
	.content-over-trapezoid {
		padding: 0 10%;
	}
	.trapezoid-wrapper {
		padding-top: 5rem;
	}
}

/* Apply top padding only on md and up */
@media (max-width: 767px) {
	.heading-image {
		height: 100px;
		margin-top: -120px;
		right: -2rem;
	}


	.repeat-dot {
		background-image: url('../img/arrow-down.png');
		background-repeat: repeat-y;
		background-position: center;
	}	
	
    .swiper-slide {
      width: 95% !important;
    }

}

@media (max-width: 575px) {
    .h1-style {
        font-size: 1.8rem;
    }
}