.main-container-wrapper:before{height: 306px;}
.features-item .cont-part ul li{text-align:left;}
.features-item .content-wrap{overflow:visible;}
.features-item .content-wrap{
  padding:0;
}
.html-part .feature-more-wrap {
    margin: -50px auto 40px;
}
.feature-more-wrap .more-detail h4::before {
    background-image: url("/sites/default/files/reason-choose-hosted-wiki.png");
    background-position: 0 0;
    background-size: 300px auto;
    content: "";
    display: block;
    height: 60px;
     width: 50px;
     margin-bottom: 15px;
}
.feature-more-wrap .more-detail h4.feature-icon2::before{
	background-position: -50px 0;
}
.feature-more-wrap .more-detail h4.feature-icon3::before{
	background-position: -150px 0;
}
.feature-more-wrap .more-detail h4.feature-icon4::before{
	background-position: -100px 0;
}
.feature-more-wrap .more-detail h4.feature-icon5::before{
	background-position: -250px 0;
}
.feature-more-wrap .more-detail h4.feature-icon6::before{
	background-position: -200px 0;
}
.more-detail{
font-family: var(--zf-primary-regular), Arial, Helvetica, sans-serif;
}
@media only screen and (max-width:767px){  .features-item .content-wrap{max-width:100%;}
.features-item .content-wrap{
  padding:0;
}
.feature-more-wrap .more-detail, .feature-more-wrap.four-box .more-detail{
border-bottom:none;
}

.html-part .feature-more-wrap {
    margin: 20px auto 40px;
}
}
/*Arabic style starts*/
.i18n-ar .content-wrap.animated>h2 {
    text-align: center;
}
.i18n-ar .feature-more-wrap .more-detail {
    border-left: 1px dotted #e4e4e4;
    border-right: unset;
}
.i18n-ar .feature-more-wrap .more-detail:last-child {
    border-left: none;
}


/*Arabic style ends*/