

.section__spacer {
    display: none;
}

/* Desktop */
@media only screen and (min-width: 64rem) {
    .section__spacer {
        display: block;
    } 
}