@media (max-width: 968px) {
    .sectionWrapper {
        display: flex;
        flex-direction: column;
        max-width: 680px;
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .sectionWrapper>div:first-of-type,
    .sectionWrapper>div:first-of-type div {
        width: 100%;
        text-align: center;
    }
}