section{
    padding-bottom: 60px;
}
section ul {
    margin-left: 40px;
}
section h2{
    font-family: 'proxima-nova',sans-serif; font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    color: #004f17;
}

@media(max-width: 767px){
    section h2{
        font-size: 28px;
        line-height: 1.1;
    }
}