.terms-privacy h5 {
    margin-bottom: 2rem;
}

.terms-privacy p,
.terms-privacy ul {
    margin-top: 0;
    margin-bottom: 2.4rem;
}

.terms-privacy b {
    line-height: 2;
}

.terms-privacy ul {
    padding-inline-start: 24px;
}

.terms-privacy li {
    line-height: 1.6;
    padding-inline-start: 4px;
}

.terms-privacy li::marker {
    font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
    .terms-privacy h5,
    .terms-privacy p,
    .terms-privacy ul {
        margin-bottom: 1.2rem;
    }

    .terms-privacy b,
    .terms-privacy li {
        font-size: 16px;
    }
}
