.section-text-block {
    margin: 100px 0;
}

.section-text-block.section-text-block-dark {
    margin: 0;
    padding: 94px 0 42px;
    background: #EEF7F5;
}

.section-text-block .text-block-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 893px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.section-text-block .text-block-header-h1 {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.section-text-block .text-block-header-h1 span {
    color: #1F8467;
}

.section-text-block .text-block-header h1,
.section-text-block .text-block-header h2 {
    margin-bottom: 17px;
    text-transform: uppercase;
}

.text-block-header-content {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 140%;
}

.text-block-header h2 {
    margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
    .section-text-block.section-text-block-dark {
        padding: 33px 0 30px;
    }
    .text-block-header h2 {
        margin-bottom: 12px!important;
        font-size: 18px;
    }
    .text-block-header-content {
        margin-bottom: 38px;
        font-size: 14px;
        line-height: 140%;
    }
    .section-text-block {
        margin: 50px 0;
    }
}