.ads-landing-product-heading {
  --ads-product-heading-text: #7d3f16;
  scroll-margin-top: 12rem;
  text-align: center;
  color: var(--ads-product-heading-text);
}

.ads-landing-product-heading__title {
  margin: 0 auto;
  max-width: 72rem;
  font-family: 'Touche', sans-serif !important;
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ads-product-heading-text);
}

@media screen and (max-width: 749px) {
  .ads-landing-product-heading {
    scroll-margin-top: 10rem;
  }
}
