.logos{padding:60px 0;background-color:#fff}.logos__grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:50px;align-items:center}@media print,screen and (max-width: 74.99875em){.logos__grid{grid-template-columns:repeat(4, 1fr);gap:40px}}@media print,screen and (max-width: 63.99875em){.logos__grid{grid-template-columns:repeat(3, 1fr);gap:30px}}@media print,screen and (max-width: 39.99875em){.logos__grid{grid-template-columns:repeat(2, 1fr);gap:25px}}.logos__item{display:flex;align-items:center;justify-content:center;min-height:60px;padding:10px}.logos__link,.logos__image-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;transition:all .3s ease}.logos__link:hover{transform:scale(1.05)}.logos__image{max-width:100%;max-height:60px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.6;transition:all .3s ease}@media print,screen and (max-width: 63.99875em){.logos__image{max-height:50px}}@media print,screen and (max-width: 39.99875em){.logos__image{max-height:40px}}.logos__link:hover .logos__image,.logos__image-wrapper:hover .logos__image{filter:grayscale(0%);opacity:1}
