@media (min-width: 960px) {
    #banner-presidente {
        padding-top: 115px !important;
    }

    #banner-convencao {
        padding-top: 95px !important;
    }

    #text-banner-convencao .h1-banner-convencao {
        font-size: 4em;
        font-weight: 600;
        color: white;
    }
}

@media screen and (max-width: 959px) {
    #banner-presidente {
        max-height: 345px;
    }

    #text-banner-convencao .h1-banner-convencao {
        font-size: 3em;
        font-weight: 600;
        color: white;
    }
}

@media screen and (max-width: 719px) {
    #banner-presidente {
        max-height: 325px;
    }
}

@media screen and (max-width: 395px) {
    #banner-presidente {
        max-height: 400px;
    }
}

@media screen and (max-width: 372px) {
    #banner-presidente {
        max-height: 420px;
    }
}