section.m_text {
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.m_text_container {
    width: min(1440px, calc(100% - 96px));
    margin: 0 auto;
}

.m_text_headline {
    margin-top: 0;
}

@media (max-width: 767px) {

    section.m_text {
        margin-top: 60px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .m_text_container {
        width: calc(100% - 48px);
    }

}