.logo-listing{display:flex;flex-wrap:wrap;gap:80px;justify-content:center;& .logo-container{display:flex;flex:0 0 250px;flex-direction:column;justify-content:center;max-width:100%;padding:20px;transition:transform .2s ease-out,box-shadow .2s ease-out;&:hover{box-shadow:0 0 20px rgba(0,0,0,.1);transform:scale(1.06)}}& .image-container{display:flex;justify-content:center}}