

.textAsWhitesection p {
    max-width: 1100px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 1.25vw;
    line-height: 190%;
    margin: 1.7vw auto 1.7vw;
}

@media screen and (min-width: 1900px) {

    .textAsWhitesection p {
        font-size: 20px;
    }

    .textAsWhitesection .super-text {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 1050px) {

    .textAsWhitesection p {
        font-size: 14px;
        max-width: 800px;
        margin: 20px auto;
    }
}
