.patient-reviews-desktop {
  display: none;
}
.patient-reviews-mobile {
  display: block;
}

.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;
}
.patient-reviews-mobile__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.54rem 0.54rem;
}
.patient-video-title {
  position: relative;
  width: 5.13rem;
  height: 5.09rem;
  border-radius: 0.36rem;
  angle: 0 deg;
  opacity: 1;
  box-shadow: 0px 0.18rem 0.54rem 0px #0000001f;
  background: #f6f6f6;
}
.patient-video-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.patient-video-tile__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.45rem;
  height: 1.45rem;
  font-size: 1.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #802a8f;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2.18rem;
  pointer-events: none;
}

.patient-title__desktop{
  display: none;
}
.patient-title__mobile{
  display: block;
}
@media screen and (min-width: 768px) {
  .patient-title__desktop{
  display: block;
}
.patient-title__mobile{
  display: none;
}
  .patient-reviews-desktop {
    display: block;
  }
  .patient-reviews-mobile {
    display: none;
  }
  .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;
  }
  .review-card-title {
    font-size: 0.37rem;
    width: 6.8rem;
    height: 1.68rem;
  }
}
