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