.terms {
    padding: 250px 45px 130px;
    max-width: 750px;
    margin: 0 auto;
}

.terms__content {
    margin-top: 180px;
}

.terms__content h2 {
    font-weight: 800;
    font-size: 48px;
    letter-spacing: -0.015em;
    margin: 0 0 20px;
}

.terms__content time {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #A1A1A1;
}

.terms__content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    margin: 80px 0 40px;
}

.terms__list {
    margin: 0 0 75px;
    padding: 0 0 0 25px;
}

.terms__list li {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
}

.terms__list>li {
    font-weight: 800;
    margin-bottom: 40px;
}

.terms__list ul {
    margin: 0 0 0 -25px;
    padding: 0;
    list-style: none;
}

@media screen and (max-width:850px) {
    .terms {
        padding: 175px 40px 129px;
    }
    
    .terms .subtitle {
        max-width: 406px;
        margin: 24px auto 0;
    }

    .terms__content {
        margin-top: 120px;
    }
    
    .terms__content h2 {
        font-size: 38px;
    }
    
    .terms__list {
        margin-bottom: 96px;
    }
}

@media screen and (max-width:450px) {
    .terms {
        padding: 130px 45px 74px;
    }
    
    .terms__content {
        margin-top: 190px;
    }
    
    .terms__content h2 {
        font-size: 28px;
    }
    
    .terms__list {
        margin: 0;
    }
}