footer menu,footer ul{list-style:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0;margin:0;line-height:1.5em}footer menu{gap:.5rem}footer{padding-top:3rem;background:linear-gradient(180deg,transparent 87.55%,rgba(0,0,0,.15)),#2d3138}footer,footer a{color:hsla(0,0%,100%,.9)}footer h3{margin-bottom:1rem;font-family:questa-grande,serif;font-weight:700;font-size:2.4rem}footer label{display:flex;flex-direction:column;margin-bottom:1rem}footer label input,footer label textarea{padding:.5rem}footer button,footer label input,footer label textarea{margin-top:.5rem;border-radius:.5rem;border:1px solid hsla(0,0%,100%,.9);color:hsla(0,0%,100%,.9);background:transparent}footer button{padding:.5rem 1rem;cursor:pointer}footer button:hover{background:hsla(0,0%,100%,.9);color:#2d3138}footer button:active{background:hsla(0,0%,100%,.8);color:#2d3138}.footer__items{display:grid;grid-template-areas:"menu address contact write-me" "menu map map write-me";grid-gap:4rem;width:100%}@media screen and (max-width:768px){.footer__items{grid-template-areas:"address" "contact" "write-me" "map" "menu"}}.footer__item.menu{grid-area:menu}.footer__item.menu a{text-decoration:none}.footer__item.address{grid-area:address}.footer__item.contact{grid-area:contact}.footer__item.write-me{grid-area:write-me}.footer__item.map{grid-area:map}.footer__item.map iframe{width:100%;height:300px;border-radius:1rem}