*{box-sizing:border-box}body{margin:24px;font-family:Montserrat,sans-serif;background-color:#fff;color:#2e2f42}.gallery{display:flex;flex-wrap:wrap;gap:24px;list-style:none;margin:0;padding:0;justify-content:center}.gallery-image{display:block;width:360px;height:200px;object-fit:cover;cursor:pointer;transition:transform .3s}.gallery-image:hover{transform:scale(1.05)}.input{width:360px;height:40px;font-size:16px;line-height:1.5;letter-spacing:.04em}.feedback-form{border-radius:8px;padding:24px;width:408px;height:auto;display:flex;flex-direction:column;gap:16px}.feedback-form label{display:flex;flex-direction:column;gap:8px}.textarea{resize:none}.btn{background-color:#4e75ff;color:#fff;border-radius:8px;padding:8px 16px;width:95px;height:40px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1);border:none}.btn:hover{background-color:#6c8cff}
