.gallery{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center;gap:24px;margin:24px 0}.gallery-item{width:calc((100% - 360px) / 3);overflow:hidden}.gallery-item:hover{transform:scale(1.0444)}.gallery-image{width:360px;height:200px;object-fit:cover}.feedback-form{padding:24px;display:flex;flex-direction:column}label{font-weight:400;font-size:16px;line-height:150%;letter-spacing:.04em;color:#2e2f42;display:flex;flex-direction:column;gap:8px}input{border:1px solid #808080;border-radius:4px;width:360px;height:40px;margin-bottom:8px}textarea{border:1px solid #808080;border-radius:4px;width:360px;height:80px;margin-bottom:16px;resize:none}input textarea :hover{border:1px solid #000}input textarea:active{border:1px solid #808080}button{border:none;background:#4e75ff;border-radius:8px;padding:8px 16px;width:95px;height:40px;font-weight:500;font-size:16px;line-height:150%;letter-spacing:.04em;color:#fff}button:hover{background:#6c8cff;cursor:pointer}
