.outer-container{width:90%;margin:0 auto;padding-bottom:40px;border-radius:20px}.gallery-container{display:flex;flex-wrap:wrap;gap:50px 40px;justify-content:center}.image-box{flex-grow:0;flex-shrink:0;flex-basis:calc((100% / 6) - 40px);height:43px;width:auto;max-width:200px;object-fit:contain;transform:scale(3)}@media (max-width:1024px){.gallery-container{gap:35px 60px;justify-content:center}.image-box{flex-grow:0;flex-shrink:0;flex-basis:calc((100% / 3) - 30px)}.outer-container{padding:0 0 40px}}@media (max-width:768px){.image-box{flex-grow:0;flex-shrink:0;flex-basis:calc((100% / 2) - 35px);height:35px;max-width:100px}}