.patient-reviews-desktop {
  display: none;
}
.patient-reviews-mobile {
  display: block;
}

.review-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem 1.2rem;
  margin-top: 1rem;
  background-size: cover;
}

.review-section > .title {
  color: var(--brandClr);
}

.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%;
}

.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 {
  color: #fffffe;
  font-size: 1.45rem;
  background-color: #802a8f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.45rem;
  height: 1.45rem;
  angle: 0 deg;
  opacity: 1;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .patient-reviews-desktop {
    display: block;
  }
  .patient-reviews-mobile {
    display: none;
  }
  .review-section {
    padding: 0rem 2.08rem;
  }
  .video-container {
    width: 100%;
    height: 10rem;
  }
  .video-container__iframe {
    height: 7rem;
    width: 100%;
  }
}
