.section_heading h2 {
  font-family: "Bahnschrift", "Helvetica", sans-serif !important;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  color: #2a2a2a;
  margin-bottom: 30px;
}
.section_heading h3 {
  display: inline-block; /* Wrap background tightly around text */
  font-family: "bahnschrift", "helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 30px;
  background: #497738;
  padding: 5px 35px; /* Optional: more horizontal breathing room */
}

.testimonial_carousel {
    padding: 100px 0px;
  background: #ffffff;
}

.testimonial_carousel .section_heading {
    text-align: center;
    margin-bottom: 40px;
}


.testimonial_box {
  position: relative;
  padding: 40px;
  background-color: #f4f4f4;
  box-shadow: 0 0 10px #dddddda3;
  height: 100%;
  border-radius: 15px;
}

.testimonial_box .commnent {
  font-family: "darwin pro","arial", sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 0;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  letter-spacing: 0.1px;
  padding: 20px 0px;
}

.testimonial_box .rating {
  position: relative;
  margin-bottom: 10px;
}

.testimonial_box .rating i {
  color: #497738;
  font-size: 20px;
  margin-right: 4px;
  display: inline-block;
}

.testimonial_box .rating i .fa-md {
  color: #f2c21a;
}

.testimonial_box .image {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 10px;
  width: 55px;
  min-width: 55px;
  height: 55px;
}

.testimonial_box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.testimonial_box .auth_box h4 {
  font-family: "Bahnschrift", "Helvetica", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  color: #2a2a2a;
  line-height: 26px;
  margin-bottom: 3px;
}

.testimonial_box .auth_box p {
  font-family: "bahnschrift-condensed", "helvetica", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a5a5a5;
  font-size: 18px;
  margin: 0px;
}
.testimonial_carousel .theme_carousel{
  flex-wrap:wrap; 
}

.testimonial_carousel .slide {
    padding: 10px;
    height: auto;
}

.testimonial_carousel .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.testimonial_box h4.heading_no_a {
    margin: 0;
}
.slick-dots li button {
    background: #323232;
    width: 12px;
    height: 12px;
    border-radius: 0%;
}
.slick-dots li button::before {
    display: none;
}
.slick-dots li {
    width: auto;
    height: auto;
}
.slick-dots li.slick-active button {
    background: #f7df8d;
}
@media screen and (max-width: 767px) {
  .section_heading {
    width: 100%;
  }
