section.section-text {
    padding: 60px 0;
    border-bottom: 1px solid var(--stroke-color);
}

section.section-text .container {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

section.section-text .container .content {
    color: var(--icon-color, #FCD8A6);
    text-align: center;
    font-family: var(--monserrat-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.288px;
}

section.section-text .container .content strong {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    section.section-text {
        padding: 50px 20px;
    }

    section.section-text .container {
        padding: 0 24px;
        max-width: 100%;
    }

    section.section-text .container .content {
        font-size: 14px;
        line-height: 22px;
    }

}