footer .social-icons a,
footer .social-links a {
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
background: #fff !important;
border: 1px solid #b77b7b !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
margin: 0 6px !important;
transition: 0.3s;
}
footer .social-icons a i,
footer .social-links a i {
color: #8a5f5f !important;
font-size: 18px !important;
}
footer .social-icons a:hover,
footer .social-links a:hover {
transform: scale(1.08);
}