.grid-logos{grid-gap:10px 30px;display:grid}.wrapper-logo{align-items:center;align-self:center;display:flex;height:50px;justify-content:center;justify-self:center;width:130px}@media (max-width:768px){.grid-logos{grid-template-columns:repeat(3,1fr)!important}.wrapper-logo{width:100%}}@media (max-width:480px){.grid-logos{grid-template-columns:repeat(2,1fr)!important}}