.footer-icon,
.footer-icon-one {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #141622;
    border-radius: 50px;
}

.footer-icon,
.footer-icon-one:hover {
    background-color: #efcc4e;
    transition: 0.4s;
    color: #000;
}