@media (max-width: 590px){
    .empresas{
        flex-direction: column;
        height: 400px;
    }

    #parceiros{
        margin-top: 130px;        
        height: auto !important;
        
    }
  
    
}

section#parceiros{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.empresas{
    
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

.conteudo{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.conteudo h2{
    font-family: Michroma, sans-serif;
    font-weight: 600;
}

