.show-more {
    & ~ section:not(.contact-us, .product_reviews) {
        display: none;
    }
}

@media (min-width: 1200px) {
    .show-more,
    section:has(+ .show-more) {
        margin-bottom: calc(var(--section-space) / 2);
    }
}
