
.h2, h2 {
    font-size: calc(1rem + .7vw);
}
.h3, h3 {
    font-size: calc(0.9rem + .5vw);
}
.h4, h4 {
    font-size: calc(0.85rem + .3vw);
}

ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
}