h1 {
    font-size:29px;
    margin-bottom:16px;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:11px
}
h2 {
    font-size:24px;
    margin-bottom:35px;
    font-weight:normal;
    font-weight:bold;
    text-transform:uppercase
}
h3 {
    font-size:15px;
    margin-bottom:16px;
    font-weight:normal;
    font-weight:bold;
    text-transform:uppercase
}
@media (max-width:991px){
    h1 {
        font-size:24px;
    }
    h2 {
        font-size:19px;
    }
    h3 {
        font-size:14px;
    }
}
@media (max-width:767px){
    h1 {
        font-size:20px;
    }
    h2 {
        font-size:16px;
    }
    h3 {
        font-size:14px;
    }
}