.winmsi-32:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #03a9f5;
    margin: 0 15px;
    position: relative;
    top: 3px;
}

/*Arabic starts*/
.i18n-ar .features-banner-content h4 {
    text-align: center;
}

.i18n-ar .content-wrap.animated h4 {
    text-align: center;
}

/*Arabic ends*/
#mini-panel-product_menu .menu-icon-help-header .product-title a,
#mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a,
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
    color: #333;
}

.features-banner-wrap {
    background-color: #fff;
    color: #333;
    /*padding: 70px 0 150px*/
}

.features-banner-content h1 {
    color: #000;
    max-width: 750px;
    margin: 0 auto;
}

.features-banner-content p {
    margin: 20px auto;
    color: #333;
    max-width: 700px;
}

.features-banner-content h4,
.features-header-promo h4 {
    color: #333;
    text-align: center;
    padding-top: 20px;
}

.features-header-promo {
    text-align: center
}

.features-banner-content a.signup-btn {
  /*  padding: 0 40px; */
    margin: 0 5px;
}

.features-header-promo,
.features-item.bottom-image {
    background: #f5f5f5;
}

.features-header-promo .content-wrap {
    max-width: 900px;
    margin: -120px auto 0;
}

.features-header-promo img {
    box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid #ededed;
}

.features-item.bottom-image .content-wrap {
    padding: 10px 0 50px;
}

.features-banner-content a.signup-btn,
.features-header-promo a.signup-btn {
    background: #03a9f5;
    margin: 0 5px 10px 0;
text-transform: uppercase;
}

.features-banner-content h1 {
    max-width: 600px;
}

.features-header-promo,
.features-item.bottom-image {
    background: none;
}

@media only screen and (max-width: 767px) {
    .msi-installer a {
        display: block;
        margin-bottom: 5px;
    }

    .winmsi-32:after {
        display: none;
    }

    .features-item.bottom-image h3 {
        font-size: 18px;
    }

    .features-item.bottom-image .content-wrap {
        padding: 15px 0 60px;
    }
}