.section-bar .section {
    padding-top: 31px; padding-bottom: 31px;
    .content-wrapper { gap: 2rem; }

    @media screen and (min-width: 1025px) {
        .content-wrapper { gap: 4rem; }
        .copy { font-size: 1.8rem; line-height: 1; letter-spacing: 1%; }
    }
}