@media only screen and (min-width: 768px) and (max-width: 991px){
.features-banner-wrap .content-wrap {
    margin: 0 auto;
}
}

@media only screen and (max-width: 768px){
.features-banner-wrap .content-wrap {
    display: none;
}
}
.features-banner-content {
    display: none;
}
/*Arabic starts*/
.i18n-ar .features-banner-content h1, .i18n-ar .features-banner-content p, .i18n-ar #block-system-main .content-wrap.animated .features-ban-left, .i18n-ar .bottom-cta-wrap *, .i18n-ar .features-item .content-wrap.animated h2, .i18n-ar .features-item .content-wrap.animated p, .i18n-ar .bottom-cta-wrap .content-wrap.animated h2, .i18n-ar #block-system-main .bottom-cta-wrap .content-wrap.animated{
    text-align: center;
}

/*Arabic ends*/

#features-2{background-color: #e8fdf1 !important;}
#features-3{
    margin-top:40px;
}
h1,h2 {
    font-family: var(--zf-secondary-bold);
}
#features-1 h1{
    font-size:56px;
}
.lang-en #features-1 h2{
    display:none;
}
.quote-txt{
   font-family: var(--zf-secondary-semibolditalic);
   font-size: 16px;
}
h2{
    font-size:46px;
    line-height: 1.1;
}
.og-context-node-17126.node-type-features-landing-page .main-container-wrapper:before{
    opacity:0;
}

#features-3 .inner-wrap img{
    max-width: 400px;
    width: 70%;
}
.inner-wrap  .cont-part p{
    text-align:left;
}
.features-item.bottom-image .cont-part p{
    max-width: 860px;
    text-align: center;
}

#features-1.features-item .content-wrap{
    max-width: 770px;
}
.features-item.bottom-image .cont-part, .features-item.middle-image .cont-part{
    max-width: 100%;
}
.features-item.bottom-image .image-part{text-align: center;}
.features-item.bottom-image .image-part img,.cont-part img{
    width: calc(100% - 2px);
    max-width:1100px;
    margin: 30px auto 30px;
    -webkit-box-shadow: 10px 10px 13px -2px rgba(0,0,0,.05);
    -moz-box-shadow: 10px 10px 13px -2px rgba(0,0,0,.05);
    box-shadow: 10px 10px 13px -2px rgba(0,0,0,.05);
    border: 1px solid #ededed;
}
#features-3.features-item .cont-part img+p{  
margin-top: 30px;
}
.bottom-cta-wrap{
       background: #e8fdf1;
       padding: 40px 0px 30px;
       margin-top: 40px;
}
.bottom-cta-wrap .content-wrap h2{
    max-width: 600px;
}

@media screen and (max-width:991px) and (min-width:768px){
    #features-1 h1{
    font-size:48px;
}
h2{
    font-size:38px;
}

}


@media screen and (max-width:767px){
    #features-1 h1{
    font-size: 38px;
}
h2{
    font-size: 30px;
}
.bottom-cta-wrap {
    padding:0px;
    margin-top: 60px;
}
#features-3{
    margin-top:0px;
}
.features-item.bottom-image .cont-part{
    
max-width: 100%;
}
#features-2.features-item .content-wrap{
    
padding: 60px 0px 60px;
    
margin-top: 60px;
}
.features-item .content-wrap{
    width:85%;
}
/* Other lang starts */
.i18n-de .z-bottom-cta-menu a {
    width: 100%;
}
}

@media screen and (max-width:480px){
    #features-1.features-item .content-wrap{
        padding-top:30px
    }
    #features-4 h2, #features-3 h2{
        max-width:320px
    }
.features-item .cont-part p+p, .features-item.bottom-image .cont-part p+p{
        margin-top:10px
    }
   .features-item.bottom-image .content-wrap, .features-item.bottom-image .cont-part, .features-item.middle-image .cont-part{
        overflow: inherit;
    }
}