.termsDescription {
    margin-top: 30px;
    margin-bottom: 65px;

    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Lato';
}

@media (max-width: 600px) {
    .termsDescription {
        font-size: 15px;
        line-height: 23px;
    }
}