.section-more {
    text-align: center;
}
.text-more {
    margin: 64px auto 44px;
    max-width: 760px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .section-more {
        text-align: center;
    }
    .text-more {
        margin: 30px auto 25px;
        padding: 0 24px;
    }
}
