.terms-box {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.04);
    padding: 48px 40px 36px 40px;
    min-width: 340px;
    max-width: 650px;
    margin: 48px auto 24px auto;
    display: flex;
    flex-direction: column;
}

.terms-title {
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 22px;
    color: #111;
    letter-spacing: -0.01em;
    text-align: center;
}

.terms-content h2 {
    font-size: 1.24rem;
    font-weight: 600;
    color: #16b98a;
    margin-bottom: 7px;
    margin-top: 26px;
}

.terms-content p, .terms-content ul, .terms-content ol {
    font-size: 1.03rem;
    line-height: 1.7;
    color: #222;
    margin-bottom: 16px;
}

.terms-content a {
    color: #16b98a;
    text-decoration: underline;
}

@media (max-width: 700px) {
    .terms-box {
        padding: 24px 6vw 20px 6vw;
        min-width: unset;
        max-width: 98vw;
        margin: 24px 0;
    }
    .terms-title {
        font-size: 1.35rem;
    }
    .terms-content h2 {
        font-size: 1.08rem;
    }
    .terms-content p {
        font-size: 0.99rem;
    }
}
