html {
    font-size: 62.5%;
}
body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-family: "Assistant", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
p {
    margin-bottom: 2rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
.h1, h1 {
    font-size: 2.4rem;
}
.h2, h2 {
    font-size: 1.8rem;
}
.h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-size: 1.6rem;
}
dl, ol, ul {
    margin-bottom: 2rem;
}
@media (min-width: 576px) {
    .h1, h1 {
        font-size: 3rem;
    }
    .h2, h2 {
        font-size: 2rem;
    }
    .h3, h3 {
        font-size: 1.8rem;
    }
    .h4, h4, .h5, h5 {
        font-size: 1.6rem;
    }
}
/* 
.content h3 {
    font-size: 1.4rem;
    margin: 2rem 0 1.6rem;
}
.content h3:first-child {
    margin-top: 0;
}

 */