.ets-testimonial {
  background-color: #fff;
}

/* .ets-testimonial .testimonial-section {
  padding: 60px 0;
} */

/* Main layout */
.ets-testimonial .testimonial-slide {
  position: relative;
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
}

.ets-testimonial .main_slide_box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  margin-left: 60px;
}

.ets-testimonial .testimonial-image {
  flex-shrink: 0;
  /* width: 220px;
  height: 220px; */
  border-radius: 16px;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.ets-testimonial .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ets-testimonial .testimonial-content {
  position: relative;
  flex: 1;
}

.ets-testimonial .testimonial-text {
  margin-bottom: 0;
  padding-left: 62px;
  color: #555;
  font-family: "Avenir Next LT Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.ets-testimonial .testimonial-author {
  background-color: rgba(38, 134, 146, 1);
  color: #fff;
  padding: 0px 0px 0 328px;
  border-radius: 25px;
  position: relative;
  z-index: 0;
  margin-top: -36px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ets-testimonial .testimonial-author .role {
  display: block;
  padding-top: 14px;
}

.ets-testimonial .swiper-pagination {
  /* margin-top: 20px; */
  text-align: left;
  margin-left: 250px;
  bottom: 25px !important;
}

.ets-testimonial .swiper-pagination-bullet {
  background: rgba(117, 216, 228, 0.5) !important;
  /* transition: transform 0.3s ease; */
  width: 9px;
  height: 9px;
}

.ets-testimonial .swiper-pagination-bullet-active {
  opacity: 1;
  background: #75d8e4 !important;
  /* transform: scale(1.3); */
}

.ets-testimonial .quote-icon {
  position: absolute;
  top: -30px;
  left: 0px;
  fill: #555;
}

@media (max-width: 1024px) {
  .ets-testimonial .testimonial-section {
    max-width: 500px;
    margin: 0 auto;
  }

  .ets-testimonial .main_slide_box {
    display: block;
    margin-left: 0;
  }

  .ets-testimonial .testimonial-image img {
    width: auto;
    height: auto;
    margin: auto;
  }

  .ets-testimonial .testimonial-text {
    margin-bottom: 0;
    text-align: center;
    padding: 20px 0;
  }

  .ets-testimonial .testimonial-author {
    padding: 20px 0;
    margin-top: 0px;
    height: auto;
    display: block;
    text-align: center;
  }

  .ets-testimonial .testimonial-image {
    margin-right: 0px;
  }

  .ets-testimonial .quote-icon {
    position: absolute;
    top: 4px;
    left: 0;
    fill: #555;
    width: 23px;
  }

  .ets-testimonial .swiper-pagination {
    /* margin-top: 20px; */
    text-align: center;
    margin-left: 0;
    bottom: 0px !important;
  }
}
