.gallery-section{margin-bottom:30px;text-align:center}.gallery-section h3{color:#263489;font-weight:700;margin-bottom:40px;font-size:26px;position:relative;display:inline-block;padding-bottom:8px}.gallery-section h3::after{content:"";position:absolute;width:60%;height:3px;background:#ec1d25;left:50%;transform:translateX(-50%);bottom:0;border-radius:3px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-auto-rows:220px;gap:20px}.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:18px;box-shadow:0 15px 35px rgb(0 0 0 / .12);transition:all 0.6s ease;opacity:0;transform:translateY(60px)}.gallery-grid img:nth-child(3n){grid-row:span 2}.gallery-grid img:hover{transform:scale(1.05);box-shadow:0 25px 45px rgb(0 0 0 / .18)}.gallery-grid img.show{opacity:1;transform:translateY(0)}@media (max-width:768px){.gallery-grid{grid-auto-rows:180px}}