/*Other lang starts*/
@media only screen and (max-width: 767px) {
    .i18n-it #features-1 .feature-custom-wrapper li {
        height: unset;
    }
}

.i18n-it .feature-custom-wrapper li {
    height: 350px;
}

/*Other lang ends*/
.features-item .content-wrap {
    padding: 0px;
}

.feature-custom-wrapper ul {
    display: inline-block;
    width: 100%;
}

.feature-custom-wrapper li {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 48px;
    margin-bottom: 70px;
    vertical-align: top;
    float: left;
}

.feature-custom-wrapper li:nth-child(2n+1) {
    clear: left;
}

.feature-custom-wrapper li:nth-child(even) {
    padding-right: 0;
}

.i18n-id .feature-custom-wrapper li:nth-child(even) {
    padding-right: 52px;
}

@media only screen and (max-width : 767px) {
    .feature-custom-wrapper li {
        width: 100%;
        padding-right: 0px;
    }
}