@media only screen and (min-width:1023px) {
    .terms {
        margin: 90px 0 0 0
    }

    .terms .text h1 {
        font-size: 50px;
        padding-bottom: 16px
    }

    .terms .text p.bold-title {
        font-size: 24px
    }
}

@media only screen and (min-width:1439px) {
    .terms {
        padding: 69px 0
    }
}