.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;
  }
}
.testimonials__title {
  width: 13.31rem;
  /* height: 2.9rem; */
  angle: 0 deg;
  opacity: 1;
}
.testimonials__description {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.72rem;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  width: 15.68rem;
  angle: 0 deg;
  opacity: 1;
  color: #5a5b60;
}

@media screen and (min-width: 768px) {
  .testimonials__description {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.54rem;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #5a5b60;
    width: 12.188rem;
  }
  .testimonials__description span{
    color: #C7527F;
  }
}
