.review-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  background-size: cover;
  background-color: transparent;
  /* padding: 1.54rem 1.09rem; */
}

.review-section__text {
  font-size: 0.416rem;
  color: var(--brandClr);
}

.review-section__navigation-buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.review-card-title {
  font-size: 0.8rem;
  width: 15.2rem;
}
.video-container {
  width: 100%;
  height: 14rem;
}
.video-container__iframe {
  height: 11rem;
  width: 100%;
}
.swal2-html-container {
  padding: 0 !important;
}

.close-btn {
  height: 2rem;
  width: 9.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 2.81rem;
  background-color: var(--brandColor);
  color: var(--white);
  border: 0;
  align-self: center;
  margin-top: 0.4rem;
}

@media screen and (min-width: 768px) {
  .review-section {
    padding: 0.9rem 1.88rem;
    background-color: #fff8fb;
  }
  .video-container {
    width: 100%;
    height: 10rem;
  }
  .video-container__iframe {
    height: 7rem;
    width: 100%;
  }
  .close-btn {
    height: 1rem;
    width: 4.7rem;
    font-size: 0.37rem;
    border: 0;
    border-radius: 0.9rem;
    margin: 0.4rem auto;
  }
}

.title {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 0.8301rem !important;
  line-height: 120%;
  letter-spacing: 2%;
  color: var(--brandColor);
}
#patienttestimonials {
  background-color: #fff;
}
.swiper-main-container {
  margin: 0.377rem 0 0 0 !important;
}
.patientSwiper {
  padding: 0.8rem 0;
  height: 17.47rem;
}

.swiper-slide {
  background-color: #ffffff;
  border-radius: 0.4rem;
  height: 17.27rem;
  box-shadow: 0px 0.1rem 0.6rem 0px #0000001a;
}

.patientSwiper.swiper-slide__image {
  width: 100%;
  border-radius: 0.5rem;
  /* height: 11rem; */
}

/* .videoThumbnail {
  height: 100%;
  width: 100%;
  /* object-fit: contain; 
} */

@media screen and (min-width: 768px) {
  .patientSwiper {
    height: 8.5rem;
  }
  .swiper-slide__image {
    height: 5rem;
  }

  .patientSwiper.swiper-slide {
    border-radius: 0.2rem;
    height: 8.4rem;
    box-shadow: 0px 0.1rem 0.2rem 0px #0000001a;
  }

  .patientSwiper .swiper-slide__image > img {
    /* border-top-left-radius: 0.16rem;
    border-top-right-radius: 0.16rem; */
    border-radius: 0.16rem;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  #patienttestimonials {
    background-color: #f0d0dd66;
    /* width: 100vw !important; */
    padding: 0.679rem 1.88rem 0.679rem 1.88rem;
    margin: 0.905em 0 0.905rem 0;
  }
  .swiper-slide {
    width: 7.83rem;
    height: 8rem;
    opacity: 1;
    border-radius: 0.150rem;
    box-shadow: 0px 0.0377rem 0.226rem 0px #0000001a;
    background: #fefefe;
  }
}
