@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");.brand-logos-section{background:#fff;padding:60px 20px}.logo-wrapper{flex-wrap:wrap;gap:40px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.logo-item,.logo-wrapper{display:flex;justify-content:center}.logo-item{align-items:center;flex:0 0 auto;height:60px;scroll-snap-align:center;transition:transform .3s ease,box-shadow .3s ease;width:120px}.logo-item img{display:block;max-height:100%;max-width:100%;object-fit:contain}.logo-item:hover{background:rgba(37,49,85,.05);border-radius:8px;box-shadow:0 0 10px rgba(37,49,85,.2);transform:scale(1.05)}@media screen and (min-width:768px){.logo-wrapper{flex-wrap:wrap;overflow-x:unset;scroll-snap-type:none}.logo-item{flex:0 0 10%;height:60px;max-width:100px}}