footer .social-links{display:flex;gap:9px;justify-content:flex-start;align-items:center}footer .social-links .social-icon{width:34px;height:34px;border:1px solid #cfd7cd;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-size:1rem;font-weight:700;color:#27352f;line-height:1;transition:background .2s,color .2s,border-color .2s}footer .social-links .instagram:hover{background:#c13584;border-color:#c13584;color:#fff}footer .social-links .youtube:hover{background:#e62117;border-color:#e62117;color:#fff}footer .social-links .facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}@media(max-width:760px){footer .social-links{justify-content:flex-start}}
