.testimonials-slider .slick-slide {
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 1rem;
  width: 100%;
  max-width: 431px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.testimonials-slider .slick-slide > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonials-component {
  background-color: #f3f4f7;
  padding: 50px 0;
}

.testimonials-title {
  font-size: 46px;
  font-weight: 600;
  line-height: 54px;
}

.testimonials-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}

.testimonial {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.testimonial-video {
  width: 100%;
  aspect-ratio: 533 / 375;
  position: relative;
  display: inline-block;
}

.testimonial-video iframe,
.testimonial-video video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 1rem;
  overflow: hidden;
}

.stars-wrap {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  color: #ffd403;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-content {
  padding: 24px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  flex: 1;
}

.testimonial-text {
  color: #1c1b17;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  flex: 1;
}

.separator {
  height: 2px;
  background-color: #e0e0e0;
  flex-shrink: 0;
}

.testimonial-doctor-image {
  width: 3.5rem;
  height: 3.5rem;
  border: 4px solid #1c1b1712;
  border-radius: 100vw;
  overflow: hidden;
}

.testimonial-doctor-image img {
  object-fit: cover;
  border-radius: 100vw;
}

.testimonial-doctor-info h3 {
  color: #1c1b17;
  font-weight: 500;
  font-size: 1rem;
    line-height: 1;
}
.slick-dots li.slick-active button {
    background-color: #000000;
    width: 16px;
    height: 16px;
    margin: 0 0 0 -1.5px;
    border-radius: 50%;
}
.slick-dots{
	bottom:-40px!important;
}
.testimonial-doctor-info .doctor-specialty {
  font-weight: 400;
  font-size: 0.75rem;
  color: #666355;
}

.info {
  gap: 0.75rem;
  flex-shrink: 0;
}

.slick-track {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}

@media (max-width: 992px) {
  .testimonials-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .testimonial {
    width: 100%;
    max-width: 533px;
  }

  .info{
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .testimonials-title {
    font-size: 40px;
    line-height: 50px;
  }
}