    body.widget-snippet .follow-us.header {
        padding: 30px;
        background-color: #2d2e2e;
        margin: 30px;
        text-align: left;
    }
    body.widget-snippet .follow-us.header a{
        width: 40px;
        height: 30px;
line-height: 30px;
    }
    .widget-snippet .follow-us.header span {
        color: #fff;
        font-size: 15px;
        text-align: left;
        font-weight: 400;
        padding-right: 5px;
    }
    .widget-snippet .follow-us.header a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        width: 17px;
        margin: 0 4px !important;
        display: inline-block;
        text-align: center;
    }
    .widget-snippet .follow-us.header a i{
        color: #fff;
        margin: 0;
    }
    .widget-snippet .follow-us.header a:hover, .widget-snippet .follow-us.header a:focus {
        color: #13e2dc;
        text-decoration: none;
    }
    .widget-snippet .follow-us.header a:hover i{
        color: #13e2dc;
        text-decoration: none;
    }
