.stars {
  color: #FFDF00;
}

.testimonial-card {
  border-radius: 0.9375rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 15rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .testimonial-card {
    height: 20rem;
  }
}

.pref-mockup {
  position: absolute;
  right: -3rem;
  width: 50%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .pref-mockup {
    display: none;
  }
}

.section-testimonial {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.75rem;
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .section-testimonial {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.video-pref {
  position: absolute;
  border-radius: 1rem;
  right: 5%;
  width: 45%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  .video-pref {
    position: relative;
    right: auto;
    width: 100%;
  }
}

.title-pref {
  font-size: 1.25rem !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .title-pref {
    font-size: 0.75rem !important;
  }
}