.movie .customer__interview {
  background: var(--green--light);
}
.movie .customer__movie__subTtl {
  margin-top: 0;
}
.movie__cta {
  background: var(--green--light);
}
.movie__review__ttl {
  margin-bottom: clamp(15px, 1.6vw, 20px);
}
.movie__review__btn {
  margin-top: clamp(2rem, 2.6vw, 3.5rem);
  text-align: center;
}
.customer__movie__wrapper__comingSoon__txt {
  font-size: clamp(1.6rem, 1.6vw, 2.4rem);
  text-align: center;
}
