.gallery-page-section{padding:50px 0}.gallery-page-section h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:40px;color:#fff}.works-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px}.gallery-work-item{display:block;border-radius:8px;overflow:hidden;height:280px;border:1px solid #444;transition:transform .25s ease-in-out,box-shadow .25s ease-in-out}.gallery-work-item:hover{transform:scale(1.04);box-shadow:0 0 15px #f0c0004d;border-color:#f0c00080}.gallery-work-item img{display:block;width:100%;height:100%;object-fit:cover}
