.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;
  }
}
