.sectionText {
    text-align: center;
    margin-bottom: 4%;
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .sectionText {
        text-align: left;
    }
}