.hero__description__wrapper {

    background-color: #f2f2f2;
    font-size: 16px;
    padding: 40px 16px;
    line-height: 150%;

    h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;

        text-transform: uppercase;
    }
}

@media screen and (min-width: 750px) {

    .hero__description__wrapper {
        font-size: 18px;

    }
}