/* Desktop */
@media only screen and (max-width: 64rem) {
    .section {
        margin-bottom: 2rem;
    }
}


/* Desktop */
@media only screen and (min-width: 64rem) {
    .section__text {
        grid-column: 1/9;
    }

    .section .section__cover {
        grid-column: 9/-1;
    }
}


