.header {
    padding-bottom: 0;
}

.terms-of-use {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    padding: 47px 25px 75px 25px;
}

.terms-of-use__title {
    margin-bottom: 30px;
}

.terms-of-use__subtitle {
    color: #131215;
    font-family: Dihjauti;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}

.terms-of-use__text {
    color: #606060;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.terms-of-use__text:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (max-width: 425px) {
    .terms-of-use {
        padding: 60px 15px 40px 15px;
    }
    .terms-of-use__title {
        text-align: left;
    }
    .terms-of-use__subtitle {
        margin-bottom: 16px;
    }
    .terms-of-use__title {
        margin-bottom: 20px;
    }
    .terms-of-use__text {
        font-size: 14px;
    }
}