.logos__section{overflow:hidden}.logos__wrapper{background:#000;gap:3rem;overflow:hidden;padding:60px 20px}.logos,.logos__wrapper{display:grid;width:100%}.logos{gap:6rem;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,1fr);justify-content:space-around}@media (max-width:992px){.logos{grid-template-columns:repeat(4,1fr)}}@media (max-width:599px){.logos{flex-wrap:wrap;gap:2rem;grid-template-columns:repeat(3,1fr);justify-content:center}}.logos .logo-item{opacity:1;transition:opacity 1s ease-in-out,filter 1s ease-in-out}