.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.gallery-card{width:100%;overflow:hidden;border-radius:5px;background:#111;box-shadow:0 2px 8px rgb(0 0 0 / .15)}.gallery-image{position:relative;display:block;height:620px;overflow:hidden;background:#111;text-decoration:none}.gallery-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.gallery-card:hover .gallery-image img{transform:scale(1.04)}.gallery-image::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgb(0 0 0 / .05) 20%,rgb(0 0 0 / .20) 45%,rgb(0 0 0 / .90) 100%);z-index:1}.gallery-badge{position:absolute;top:12px;left:12px;z-index:2;padding:7px 11px;background:#e4003b;color:#fff;border-radius:3px;font-family:'Poppins',sans-serif;font-size:12px;font-weight:700;letter-spacing:1.5px}.gallery-content{position:absolute;left:20px;right:20px;bottom:18px;z-index:2}.gallery-content h3{margin:0 0 4px;color:#fff;font-family:'Poppins',sans-serif;font-size:21px;font-weight:700;line-height:1.3}.gallery-content p{margin:0;color:#ddd;font-family:'Poppins',sans-serif;font-size:13px;font-weight:600;letter-spacing:.5px}@media (max-width:767px){.gallery-grid{grid-template-columns:1fr;gap:18px}.gallery-image{height:480px}.gallery-content h3{font-size:18px}.gallery-content p{font-size:11px}}