.patient-testimonials {
  /* padding: 40px 20px; */
  display: flex;
  flex-direction: column;
  margin: 1.81rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .patient-testimonials {

  }
}

.section-title {
  color: #7b1fa2;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom:;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .section-title {
    width: 15.2rem;
    font-size: 1rem;
    letter-spacing: -2%;
  }

  .section-title br {
    display: none;
  }
}

.section-title span {
  font-weight: 500;
}

.testimonial-card {
  margin-bottom:;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.testimonial-card:nth-child(even) .patient-view__left-container {
  order: 2;
}

.testimonial-card:nth-child(even) .testimonial-content {
  order: 1;
}

.testimonial-card:nth-child(odd) .patient-view__left-container {
  order: 1;
}

.testimonial-card:nth-child(odd) .testimonial-content {
  order: 2;
}

.video-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 8.08rem;
  height: 8.08rem;
  flex-shrink: 0;
  background-color: #a8a8a8;
}

.video-box img {
  width: 100%;
  display: block;
  border-radius: 12px;
  /* display: none; */
  height: 100%;
}

.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: white;
  background: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.testimonial-content {
  margin-top: 0;
}

.testimonial-content h3 {
  font-size: 0.727rem;
  width: 7.81rem;
  color: #7b1fa2;
  line-height: 1.2;
}

.testimonial-content p {
  font-size: 0.727rem;
  color: #5a5b60;
  line-height: 1.2;
  font-weight: 400;
}

.btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #802A8F;
  color: #fff;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
  width: 8.136rem;
  height: 2.45rem;
  margin-top: 0.5rem;
}

.patient-view__left-container {
}

.testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .testimonial-list {
    display: none;
  }
}

.testimonial-list-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .testimonial-list-desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.905rem;
  }
}

.testimonial-list-desktop__img-card,
.testimonial-list-desktop__card-text {
  width: 10rem;
  height: 12.03rem;
  box-shadow: 2.43px 4.86px 29.14px 0px #00000026;
  border-radius: .549rem;
}

.testimonial-list-desktop__img-card {
  padding: 0.274rem;
}

.testimonial-list-desktop__card-text {
  padding: .733rem;
}

.testimonial-list-desktop__img-card .video-box {
  width: 9.4rem;
  height: 9.1rem;
}

.testimonial-list-desktop__img-card .btn-play {
  font-size: 0.45rem;
  height: 1.8rem;
  width: 6.2rem;
  font-weight: 600;
}

.testimonial-list-desktop__card-text h1 {
  font-size: 0.729rem;
  color: var(--brandClr);
  line-height: 1.2;
}

.testimonial-list-desktop__card-text p {
  font-size: 0.54rem;
  color: #5a5b60;
}


@media screen and (max-width: 768px) {
  .call-us-footer {
    font-size: 1.09rem;
  }
}