.cta{
    background: none;
}

.social-nav-footer i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #a18200;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
}   

.social-nav-footer {
    display: flex
;
    justify-content: center;
}