@import url('//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body.widget-snippet {
    padding: 40px;
    background-color: #F5F5F5;
}
body.widget-snippet .snippet-features .row .col-md-3[data-cloneable="true"] {
    padding-top: 15px;
    padding-bottom: 15px;
}
.snippet-features .container {
    width: auto;
    max-width: 1170px;
}
.snippet-features .row .col-md-3[data-cloneable="true"] {
    padding-left: 15px;
    padding-right: 15px;
}
.snippet-features .row {
    padding-top: 10px;
}
.snippet-features .row .col-md-3 {
    padding-bottom: 10px;
}
.snippet-features .row .feature-box i {
    color: #7bbd42;
    font-size: 17px;
}
.snippet-features .row .feature-box span {
    font-family: 'Poppins', sans-serif;
    margin-left: 5px;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 12px;
}
.snippet-features .row .col-md-3:nth-child(4n+1) {
    clear: left;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ xs device +++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 1199px) {
    .snippet-features .row .feature-box i {
        font-size: 12px;
        margin-left: 0;
    }
    .snippet-features .row .feature-box span {
        font-size: 11px;
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .snippet-features .row .col-md-3:nth-child(2n+1) {
        clear: left;
    }
      .snippet-features .row .feature-box i {
        font-size: 15px;
    }
      .snippet-features .row .feature-box span {
        font-size: 12px;
    }
}