.about-text-banner {
    font-family: 'Roboto Bold';
    font-size: 40px;
}

.about-wrapper .section-subtitle {
    text-align: center;
}


@media ( min-width: 1px ) and (max-width: 1023px ) {     
    .about-text-banner  {
        font-size: 32px;
    }

    .about-wrapper .section-button button::before {
        top: -8px;
    }
    .about-wrapper .section-button button::after {
        bottom: -8px;
    }

    .about-banner {
        display: none;
    }
}