/* Estilos para o módulo banner-empresa */

#banner-contato{
    background-size: cover;
    background-position: center;
    background-repeat: center;
    height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media(min-width:1500px) {
    #banner-contato{
        height: 45vh;
    }
}

@media(max-width:992px) {
    #banner-contato{
        height: 40vh;
    }
}