.footer{background-color:red;padding:60px 0}.footer .content-wrapper{display:grid;gap:32px;grid-template-columns:1fr}.footer .content-wrapper .footer-logo{margin-bottom:36px;max-width:215px}.footer-right ul{list-style-type:none;padding-left:0}.footer-right ul li{margin:0 0 16px;padding:0}.footer-right ul li a{color:var(--white);text-decoration:none;transition:all .5s ease}.footer-right ul li a:hover{color:var(--orange);text-decoration:none}.footer-right__socials a,.footer-right__socials a:hover{text-decoration:none}@media screen and (min-width:768px){.footer .content-wrapper{gap:64px;grid-template-columns:1fr 1fr}}@media screen and (min-width:1024px){.footer .content-wrapper{gap:128px;grid-template-columns:1fr 1fr}}