/* common style */
.zw-template-inner p{  font-size: 18px; font-weight: 300; }

.features-banner-content {  max-width: 730px; }

#features-2, #features-4 {   background: #fafafa; }

.features-item .cont-part a.l-m {
    display: none;
}

@media screen and (min-width: 992px)
{
.features-item.right-image .content-wrap>div.cont-part { padding-right: 80px; }
.features-item.left-image .content-wrap>div.cont-part { padding-left: 80px; }
}
@media screen and (min-width: 768px)
{
.features-item .content-wrap { max-width: 980px }
#features-4 .cont-part { max-width: 660px; }
#features-5 .cont-part { max-width: 570px; }
}
 @media only screen and (min-width: 768px) and (max-width: 991px){
    .features-banner-content p {
        margin: 20px auto 20px;
    }
}
/* Spanish */ 
.i18n-es-xl .features-banner-content { max-width: 760px; }
.i18n-es-xl #features-4 .cont-part {  max-width: 720px; }
.i18n-es-xl #features-5 .cont-part {  max-width: 700px; }
.i18n-es-xl .features-item.left-image .content-wrap > div.cont-part { padding-left: 50px; }

/* Portugues */ 
.i18n-pt-br #features-4 .cont-part {  max-width: 700px; }
.i18n-pt-br #features-5 .cont-part {  max-width: 680px; }

/* German */ 
.i18n-de .features-banner-content { max-width: 810px; }
.i18n-de #features-5 .cont-part {  max-width: 660px; }

/* France */ 
.i18n-fr .features-banner-content { max-width: 750px; }
.i18n-fr #features-4 .cont-part {  max-width: 730px; }
.i18n-fr #features-5 .cont-part {  max-width: 730px; }

/* Netherland */ 
.i18n-nl #features-5 .cont-part {  max-width: 630px; }

/* Indonesia */ 
.i18n-id .features-banner-content { max-width: 780px; }

/* Arabic*/
.i18n-ar .bottom-cta-wrap * { text-align: center; }

/* Japanese */ 
.i18n-ja #features-5 .cont-part {  max-width: 620px; }

.features-item.bottom-image .image-part img{
    max-width: 60%;
}
