.terms-block{
    margin-top: 60px;
    margin-bottom: 70px
}

@media (max-width: 767px) {
    .terms-block{
        margin: 20px;
    }
}

.terms-text-block{
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 30px;
}

h4{
    font-weight: 700;
}





