h1 {
    font-size: 1.5rem;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
}
h3 {
    margin-top: 10px;
}
.small {
    font-size: 0.9rem;
}
p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin:0 0 10px 0;
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {
    p {
         line-height: 1.7rem;
    }
}
@media only screen and (min-width: 1200px) {
    p {
        line-height: 2rem;
    }
}