h2, h3, h4, h5, h6{
    color: #000!important;
}
h2{
    font-size:32px!important;
    font-weight: 500!important;
    color: #000!important;
}
h3{
    font-size:24px!important;
    font-weight: 500!important;
    color: #000!important;
}
h4{
    font-size:20px!important;
    font-weight: 500!important;
    color: #000!important;
}
@media (max-width:786px){
    h1{ font-size:32px!important; }
    h2{ font-size:27px!important; }
    h3 { font-size: 23px !important; }
    h3 { font-size: 21px !important; }
}
main.content p, main.content h2{
    margin-bottom: 1rem;
    color: #000!important;
}