h1 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.terms ul {
    list-style-type: disc;
    word-break: break-word;
}

@media (min-width: 768px) {
    .terms {
        border: 1px solid var(--border-color);
        border-top: none;
    }
}
