.review-section {
  width: calc(100% - 2 * var(--page-gutter));
  max-width: var(--content-max);
  margin: 80px auto 160px;
  min-width: 0;
}

.review-section__intro {
  max-width: 504px;
  margin-left: 37.785714%;
}

.review-section__title {
  max-width: 435px;
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -0.04em;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.review-section__title-muted {
  display: block;
  color: var(--color-muted);
}

.review-section__summary {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.22;
  letter-spacing: -0.04em;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.review-section__widget {
  width: 100%;
  max-width: 1048px;
  aspect-ratio: 1048 / 1590;
  overflow: clip;
  margin: 50px auto 0;
}

.review-section__widget-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-view-box: inset(0.64725% 0.4914% 0.64725% 0.7371%);
}

.review-section__action {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .review-section {
    margin-block: 50px 90px;
  }

  .review-section__intro {
    margin-left: 0;
  }

  .review-section__title {
    font-size: 24px;
  }

  .review-section__title-muted {
    display: inline;
  }

  .review-section__summary {
    font-size: 14px;
  }

  .review-section__widget {
    margin-top: 40px;
    aspect-ratio: 350 / 532;
  }
}
