body.widget-snippet .contact-social {
background-color: #1d1d1d;
padding: 25px;
}
.widget-snippet .contact-social {
    margin: 5px 0;
}
.widget-snippet .contact-social a i {
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    margin: auto 10px;
    font-size: 30px;
    text-align: center;
   border: 0px solid #fff; 
    border-radius: 0px;
}
.widget-snippet .contact-social a i:hover {
   color:#74b640;
   }
i.fa.fa-facebook {
    margin-left: 0;
}
.widget-snippet .social-title {
    font-size: 18px;
     font-family: 'Gilroy';
     font-weight: 500;
     color:#fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding-left: 12px;
}
