product-recommendations#prod-related {
    scroll-margin: 7em;
}

product-recommendations.related-products h2.related-products__heading.inline-richtext.h2 {
    font-family: var(--h1-font-family);
    font-style: var(--h1-font-style);
    font-weight: var(--h1-font-weight) !important;
    font-size: var(--h1-font-size) !important;
    text-align: center;
}

@media (max-width: 767px) {
    product-recommendations.related-products h2.related-products__heading.inline-richtext.h2 {
        font-size: var(--h1-font-size-mobile) !important;
    }
}