@media screen and (min-width: 750px) {
    .section__related-products .section__header {
        margin-bottom: 4rem;
    }
}
@media screen and (min-width: 750px) and (max-width: 1512px) {
    .section__related-products .page-width {
        padding: 0 32px;
    }
}
