.photo-gallery{padding:80px 0}.photo-gallery__heading{font-size:48px;font-weight:700;line-height:58px;margin-bottom:48px;text-align:center}.photo-gallery__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.photo-gallery__item{border-radius:8px;margin:0;overflow:hidden}.photo-gallery__item img{display:block;height:280px;object-fit:cover;transition:transform .3s ease;width:100%}.photo-gallery__item:hover img{transform:scale(1.03)}.photo-gallery__caption{color:#666;font-size:14px;line-height:1.4;padding:12px 0 0;text-align:center}@media (max-width:1024px){.photo-gallery__heading{font-size:36px;line-height:46px}.photo-gallery__grid{gap:16px}.photo-gallery__item img{height:220px}}@media (max-width:767px){.photo-gallery{padding:48px 0}.photo-gallery__heading{font-size:28px;line-height:36px;margin-bottom:32px}.photo-gallery__grid{gap:12px;grid-template-columns:repeat(2,1fr)}.photo-gallery__item img{height:180px}}