footer{grid-template-columns:1.4fr 1fr 3fr;display:grid}@media (min-width:768px) and (max-width:1024px){footer{grid-template-columns:1fr 1fr}}@media (max-width:767px){footer{flex-direction:column-reverse;justify-content:center;display:flex}footer div{justify-content:center;margin-bottom:2%}}footer{padding:2% 3%}footer p{margin:0}footer a{color:var(--color);cursor:pointer;font-weight:700;text-decoration:none}footer a svg{cursor:pointer;transition:color .4s}footer .behance:hover svg{color:#1769ff}footer .linkedin:hover svg{color:#0077b5}footer .instagram:hover svg{color:#e4405f}footer .youtube:hover svg{color:red}footer .dribbble:hover svg{color:#ea4c89}footer .links{justify-self:end;gap:12px;display:flex}@media (max-width:767px){footer .links{justify-content:center;margin-top:2%}}
