    body.widget-snippet .follow-us {
        padding: 30px;
        background-color: #2d2e2e;
        margin: 30px;
        text-align: left;
    }

    .widget-snippet .follow-us span {
        color: #fff;
        font-size: 15px;
        text-align: left;
        font-weight: 400;
        padding-right: 15px;
    }

    .widget-snippet .follow-us a {
        color: #fff;
        font-size: 20px;
        text-align: left;
        font-weight: 400;
    }

    .widget-snippet .follow-us a + a {
        margin-left: 15px;
    }
    .widget-snippet .follow-us a i{
        color: #fff;
    }
    .widget-snippet .follow-us a:hover, .widget-snippet .follow-us a:focus {
        color: #13e2dc;
        text-decoration: none;
    }
    .widget-snippet .follow-us a:hover i{
        color: #13e2dc;
        text-decoration: none;
    }
