@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body.widget-snippet {
    background-color: #F5F5F5;
    padding: 40px;
}
.widget-snippet .snippet-contact-info span,
.widget-snippet .snippet-contact-info span a {
    color: #8c8c99;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    line-height: 1.5;
}
body div.widget-snippet .snippet-contact-info span a:hover {
    color: #7bbd42;
    text-decoration: none;
}
.widget-snippet .snippet-contact-info span:not(:last-child) {
    margin-right: 50px;
}
.widget.widget-snippet .snippet-contact-info span:not(:last-child) {
    margin-right: 20px;
}
.widget-snippet .snippet-contact-info span i {
    color: #8c8c99;
    font-size: 16px;
    margin-right: 5px;
}