@media (max-width: 767px) {
  .currency {
    color: #765744;
    font-weight: 700;
  }

  .service-price,
  .price-display,
  .treatment .price,
  .duration-prices dd,
  .selector-grid strong {
    color: #765744;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.5rem, 7vw, 1.75rem);
    font-weight: 500;
    line-height: 1.1;
  }

  .service-price {
    white-space: nowrap;
  }

  .services-grid .service-body h3 {
    grid-column: 1 / -1;
  }

  .services-grid .service-price {
    grid-column: 1;
    grid-row: 2;
  }

  .services-grid .service-duration {
    grid-column: 1;
    grid-row: 3;
  }

  .couple-booking > span {
    font-size: 2.25rem;
    font-weight: 500;
  }

  .service-proof .currency {
    display: inline-block;
    margin-left: 0.2em;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
  }

  .faq-answer .currency,
  p .currency {
    font-size: 1.08em;
  }
}
