.logo_gallery_container{display:flex;flex-direction:column;gap:48px}.logo_item{display:flex;justify-content:center;margin:0 20px;max-width:100%}.logo_item:first-child{order:1}.logo_item:last-child{order:2}.logo_item img{height:auto;width:60%}@media (min-width:480px){.logo_gallery_container{display:flex;flex-direction:row}.logo_item{max-width:50%}.logo_item img{width:100%}}