#container-empresas {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.empresa-logo {
    width: 191.25px;
    height: 100px;
    object-fit: contain;
}