.fornecedores {
    padding: 60px 10px;
    color: #f2f2f2;
}
.fornecedores-grid {
    display: grid;
    gap: 50px;
}
.fornecedores-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.fornecedores-content > div {
    max-width: fit-content;
    min-width: fit-content;
    flex: 1;
}

@media only screen and (max-width: 390px) {

    .fornecedores .ambientes-title {
        font-size: 1.5rem;
    }
    
}