.elementor-783 .elementor-element.elementor-element-19ba284{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4498874 */.testimonial-section {
  background: #f5f6f3;
  padding: 70px 10%;
}

.testimonial-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #7a6a3e;
  margin-bottom: 60px;
}

.testimonial-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}

.testimonial-box.reverse {
  flex-direction: row-reverse;
}

.testimonial-img img {
  width: 350px;   /* Fixed Image Width */
  height: 350px;  /* Fixed Image Height */
  object-fit: cover;
  border-radius: 6px;
}

.testimonial-text {
  flex: 1;
  max-width: 600px;
}

.testimonial-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #7a6a3e;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.testimonial-text .sub {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 20px;
}

.testimonial-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .testimonial-box {
    flex-direction: column !important;
    text-align: center;
  }
  .testimonial-img img {
    width: 100%;
    height: auto;
    max-height: 350px;
  }
}/* End custom CSS */