#list-of-testimonials .testimonial-section {
  opacity: 0;
  transition: 0.4s ease-in-out 0.2s;
}
#list-of-testimonials .testimonial-section.animate-in-item-now {
  opacity: 1;
}
#list-of-testimonials .testimonial-section.animate-in-item-now .testimonial-image .testimonial-content::before {
  max-width: 100%;
  min-width: 100%;
  z-index: -1;
}
#list-of-testimonials .testimonial-section.animate-in-item-now .testimonial-image .testimonial-content h3, #list-of-testimonials .testimonial-section.animate-in-item-now .testimonial-image .testimonial-content .testimonial-location, #list-of-testimonials .testimonial-section.animate-in-item-now .testimonial-image .testimonial-content .testimonial-text {
  opacity: 1;
  transform: translateY(0px);
}
#list-of-testimonials .testimonial-section .img-cont {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 223px;
}
@media (min-width: 780px) {
  #list-of-testimonials .testimonial-section .img-cont {
    display: none;
  }
}
#list-of-testimonials .testimonial-section .img-cont img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
#list-of-testimonials .testimonial-section .testimonial-image {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -2;
}
@media (max-width: 780px) {
  #list-of-testimonials .testimonial-section .testimonial-image {
    background-image: none !important;
  }
  #list-of-testimonials .testimonial-section .testimonial-image .wp-block-spacer {
    display: none;
  }
}
#list-of-testimonials .testimonial-section .testimonial-image .testimonial-content {
  padding: 40px;
  width: 467px;
  position: relative;
}
@media (max-width: 780px) {
  #list-of-testimonials .testimonial-section .testimonial-image .testimonial-content {
    padding: 0;
    padding-top: 32px;
    width: 100%;
  }
}
#list-of-testimonials .testimonial-section .testimonial-image .testimonial-content::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  max-width: 0;
  min-width: 0%;
  transition: 0.6s ease-in-out 0.4s;
}
#list-of-testimonials .testimonial-section .testimonial-image .testimonial-content h3 {
  color: #525D3A;
}
@media (max-width: 780px) {
  #list-of-testimonials .testimonial-section .testimonial-image .testimonial-content h3 {
    font-size: 20px;
  }
}
#list-of-testimonials .testimonial-section .testimonial-image .testimonial-content .location {
  margin-bottom: 20px;
  color: #525D3A;
}
#list-of-testimonials .testimonial-section .testimonial-image .testimonial-content .testimonial-text p {
  font-family: "Taviraj", serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: normal;
  margin: 0;
  color: #35392C;
  leading-trim: both;
  text-edge: cap;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 26px;
  /* 130% */
  letter-spacing: -0.4px;
}
#list-of-testimonials .testimonial-section .testimonial-image .testimonial-content .testimonial-text p:last-of-type {
  margin: 0;
}
#list-of-testimonials .testimonial-section .testimonial-image .testimonial-content h3, #list-of-testimonials .testimonial-section .testimonial-image .testimonial-content .testimonial-location, #list-of-testimonials .testimonial-section .testimonial-image .testimonial-content .testimonial-text {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease-in-out 0.7s;
}
/*# sourceMappingURL=list-of-testimonials.css.map */
