.terms li {
    list-style-type: circle;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.terms h4 {
    margin-top: 3rem;
}

@media screen and (max-width: 600px) {
    .terms h3 {
        font-size: 1.2rem;
    }
    .terms h4 {
        font-size: 1rem;
    }
    .terms p, li {
        font-size: 0.8rem;
    }
}