/* Shared desktop spacing for the longer sections below the price promise.
   Adjacent section margins collapse into one gap, rather than adding together. */
@media (min-width: 992px) {
    .homepage-making,
    .homepage-benefits,
    .homepage-gallery,
    .homepage-about {
        margin-top: clamp(96px, 8vw, 128px);
        margin-bottom: clamp(96px, 8vw, 128px);
    }
}
