@media only screen and (max-width: 669px) { 
    .section-margin-top {
        margin-top: var(--section-margin-top-bottom-mobile);
    }

    .section-margin-bottom {
        margin-bottom: var(--section-margin-top-bottom-mobile);
    }
}