.Gallery_galleryGrid__b3dqV{display:grid;grid-template-columns:1fr;gap:20px;margin-block-start:50px}.Gallery_galleryCard__VFB_T{border-radius:var(--radius-6);overflow:hidden;box-shadow:var(--shadow-2);transition:var(--transition);position:relative}.Gallery_galleryCard__VFB_T:hover{transform:translateY(-5px);box-shadow:var(--shadow-3)}.Gallery_galleryImage__uRkyO{position:relative;border-radius:var(--radius-6);overflow:hidden}.Gallery_galleryImg__4qiR_{transition:var(--transition-2)}.Gallery_galleryCard__VFB_T:hover .Gallery_galleryImg__4qiR_{transform:scale(1.05)}.Gallery_galleryOverlay__sT_Z_{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--warm-orange-brown) 0,var(--bright-amber) 100%);opacity:0;display:flex;align-items:center;justify-content:center;transition:var(--transition-2)}.Gallery_galleryCard__VFB_T:hover .Gallery_galleryOverlay__sT_Z_{opacity:.9}.Gallery_galleryContent__cvrsD{text-align:center;color:var(--white);transform:translateY(20px);transition:var(--transition-2)}.Gallery_galleryCard__VFB_T:hover .Gallery_galleryContent__cvrsD{transform:translateY(0)}.Gallery_galleryTitle__w2uCT{font-family:var(--fontFamily-poppins);font-size:var(--fontSize-5);font-weight:var(--weight-600);margin-block-end:15px}.Gallery_galleryIconWrapper__OW_9M{width:60px;height:60px;background-color:var(--white);color:var(--bright-amber);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-inline:auto;font-size:24px}@media (min-width:768px){.Gallery_galleryGrid__b3dqV{grid-template-columns:repeat(2,1fr);gap:25px}.Gallery_galleryItemFeatured__k4saz{grid-row:span 1}}@media (min-width:992px){.Gallery_galleryGrid__b3dqV{grid-template-columns:repeat(3,1fr);gap:30px}.Gallery_galleryItemFeatured__k4saz{grid-row:span 1;grid-column:span 1}}@media (min-width:1200px){.Gallery_galleryGrid__b3dqV{gap:35px}}