/* Estilos para o módulo nossos-projetos-home */

.container-preview-projetos{
    height: 360px !important;
}

@media(max-width:992px){
    .container-preview-projetos{
        height: auto !important;
        padding-bottom: 40px !important;
    }
}