/* general freight */
body.widget-snippet .general-freight {
    width: 70%;
    margin: 50px auto;
}
.widget-snippet .general-freight {
    margin-bottom:40px;

}
.widget-snippet .general-freight h4 {
    font-weight: normal;
    padding-bottom: 13px;
    font-family: 'Poppins', sans-serif;
    color: #000;
 font-size: 22px;
}
.widget-snippet .general-freight ul {
    margin: 0px 0 20px;
    max-width: 900px;
    overflow: hidden;
}
.widget-snippet .general-freight li {
    display: inline-block;
    width: 50%;
    font-size: 17px;
    float: left;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.widget-snippet .general-freight p {
    color: #000000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 27px;
    margin: 0;
    padding: 0 0 20px;
}
.widget-snippet .general-freight ul li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 16px;
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
}
.widget-snippet .general-freight ul li::before {
    content: '\f111';
    position: absolute;
    left: 0;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: #0445b7;
    font-size: 9px;
    top: 48%;
    transform: translateY(-50%);
    line-height: 24px;
}

.widget-snippet .general-freight ul li {
    list-style-type: none;
}
