.what {
    background-color: #F2F2F2;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.what__container {
    width: 970px;
    max-width: 95%;
    padding: 70px 0 110px;
    display: flex;
    flex-direction: column;
}

.what__header {
    color: #2C3642;
    text-align: center;
    font-family: 'SatoshiBlack', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}

.what__text {
    color: #5A5A5A;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 25px 0 0;
}

@media screen and (max-width: 767px) {
    .what__container {
        padding: 75px 0 75px;
    }

    .what__header {
        font-size: 32px;
    }
}

.what_black {
    background-color: #13161A;
}

.what_black .what__header {
    color: #fff;
}

.what_black .what__text {
    color: #fff;
    opacity: 0.7;
}