.terms {
    padding-top: 120px;
    padding-bottom: 50px;
}
.terms__title {
    font-size: 28px;
    font-weight: 600;
}
.terms__text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
}
.terms__text p {
    margin-bottom: 15px;
}

@media (min-width: 593px) {
    .terms {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .terms__text {
        margin-top: 70px;
        max-width: 1100px;
        font-size: 18px;
        line-height: 35px;
    }
}