.font-custom-h1{
    font-size: xxx-large;
}
section{
    padding-top: 90px!important;
    padding-bottom: 90px!important;
}

@media screen and (max-width: 992px) {
    section{
        padding-top: 75px!important;
        padding-bottom: 75px!important;
    }
}

@media screen and (max-width: 768px) {
    section{
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }
    h2, .h2{
        font-size: 2.9rem;
    }
}

@media screen and (max-width: 992px) {
    .font-custom-h1{
        font-size: xx-large;
    }
}
