.gallery-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;margin-bottom:30px}.gallery-title{margin-top:10px;margin-bottom:20px;font-size:38px;font-weight:700;color:#000}@media(max-width:1104px){.gallery-title{font-size:33px}}@media(max-width:700px){.gallery-title{font-size:29px}}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);grid-gap:50px;gap:50px;width:100%;max-width:1200px;justify-items:center}@media(max-width:1104px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:35px}}@media(max-width:700px){.gallery-grid{grid-template-columns:repeat(1,1fr)}}.gallery-item{overflow:hidden;display:flex;flex-direction:column;align-items:flex-start}.gallery-photo{display:block;cursor:pointer;width:350px;height:350px;object-fit:cover;border-radius:5px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform 1.75s ease}.gallery-photo:hover{transform:scale(1.07);border-radius:5px}@media(max-width:700px){.gallery-photo:hover{transform:none}}.gallery-subtitle{margin-top:20px;color:#000;font-size:20px}