﻿.terms-of-use-richtext {
    margin: 1.19rem 3.8rem;
}

.terms-of-use-richtext h2 {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 0.65rem;
    letter-spacing: 0.03em;
    color: #333333;
}

.terms-of-use-richtext p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.20rem;
    line-height: 0.32rem;
    color: #333333;
}

@media screen and (max-width: 1025px) { 
    .terms-of-use-richtext {
        margin: 0;
        padding: 0 0.34rem;
        margin-top: 1rem;
    }
    .terms-of-use-richtext h2 {
        text-align: center;
        font-size: 0.48rem;
    }
    .terms-of-use-richtext p {
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
}
