@media(max-width:767px){ .sol-worlds{ width:100%; max-width:100%; left:auto; transform:none; margin:35px 0; padding:0 16px; box-sizing:border-box; } .sol-worlds h2{ font-size:26px; line-height:1.1; margin-bottom:18px; } .sol-worlds-grid{ display:flex!important; flex-wrap:nowrap!important; overflow-x:auto!important; overflow-y:hidden!important; gap:12px!important; width:100%!important; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; } .sol-world-card{ flex:0 0 29%!important; min-width:29%!important; max-width:29%!important; } .sol-world-card img{ display:block!important; width:100%!important; height:auto!important; object-fit:contain!important; }