body.widget-snippet {
    padding: 40px;
}
.wc-snippet-we-are-efficient {
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 110px 0 130px;
}
.wc-snippet-we-are-efficient .left {
    min-width: auto;
    width: 45%;
}
.wc-snippet-we-are-efficient .right {
    display: flex;
    width: 55%;
    justify-content: right;
    padding: 0 145px 0 0;
    position: relative;
}
.wc-snippet-we-are-efficient .right .text-wrapper {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
}
.wc-snippet-we-are-efficient .text-wrapper h2 {
    font-size: 40px;
    margin: 20px 0 30px;
    color: #333;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 1em;
    padding-bottom: 0;
}
.wc-snippet-we-are-efficient .text-wrapper .item ul li h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    font-family: "Montserrat";
    margin: 0;
}
.wc-snippet-we-are-efficient .text-wrapper .item p {
    font-size: 16px;
    color: #282d35;
    font-family: "PT Sans" !important;
    line-height: 1.7em;
    font-weight: 500;
    padding-bottom: 15px;
}
.wc-snippet-we-are-efficient .text-wrapper .item ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.wc-snippet-we-are-efficient .text-wrapper .item ul li {
    list-style: none;
    padding-bottom: 1em;
    position: relative;
    padding-left: 1.7em;
}
.wc-snippet-we-are-efficient .text-wrapper .item ul li::before {
    content: "";
    position: absolute;
    font-size: 20px;
    background-image: url(/template/e6267503/images/accept.svg);
    margin-left: 0;
    margin-top: 0;
    width: 19px;
    height: 19px;
    background-color: rgba(0,0,0,0);
    top: 4px;
}
.wc-snippet-we-are-efficient .right .text-wrapper .item {
    padding: 25px 0;
}


