.productGallery_wrapper{padding:10rem 0;min-height:100vh;box-sizing:border-box}.productGallery_header{text-align:center;margin:0 2rem;max-width:1200px}.productGallery_header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block;color:#182a78}.productGallery_header h1:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:60%;height:3px;background:#182a78;border-radius:2px}.productGallery_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px 0;margin:0 8rem}.productGallery_card{background-color:#f9f9f9;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;text-align:center}.productGallery_card:hover{transform:translateY(-10px)}.productGallery_imageContainer{position:relative;width:100%;height:200px;overflow:hidden}.productGallery_overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#182a78c0;display:flex;justify-content:center;align-items:center;color:white;font-size:1.2rem;opacity:0;transition:opacity .3s ease}.productGallery_imageContainer:hover .productGallery_overlay{opacity:1}.productGallery_imageContainer img{object-fit:cover;width:100%;height:100%}.productGallery_card h1{font-size:1.2rem;font-weight:500;margin:0;text-align:left;padding:10px;color:#182978}@media (max-width:1024px){.productGallery_wrapper{padding:4rem 0}.productGallery_header{margin:4rem 2rem}.productGallery_grid{grid-template-columns:repeat(2,1fr);margin:0 2rem}.productGallery_header h1{font-size:2rem}}@media (max-width:768px){.productGallery_grid{grid-template-columns:1fr;margin:0 2rem}}