.gallery{list-style-type:none;padding:24px 0;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:24px;max-width:1440px}.gallery-item{width:calc((100% - 48px) / 3);max-width:360px;max-height:200px;overflow:hidden;transition:transform .3s ease}.gallery-image{width:100%;height:100%;object-fit:cover}.gallery-item:hover{transform:scale(1.05)}label{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:8px;font-family:Montserrat,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#2e2f42}input{width:360px;height:40px;border:1px solid #808080;border-radius:3.5px;box-sizing:border-box;margin-bottom:8px}textarea{width:360px;height:80px;border:1px solid #808080;border-radius:3.5px;box-sizing:border-box;resize:none;margin-bottom:16px}button{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:10px;border-radius:8px;padding:8px 16px;width:95px;height:40px;background-color:#4e75ff;border:none;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:.04em;color:#fff}
