.features-qlinks{display: none;}
.bottom-promo {
    background: #3f51b6;
    text-align: center;
    border: 1px solid #3f51b6;
}
.bottom-promo h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 1.2;
    font-family: var(--zf-primary-semibold)
}
.customer-stories p a span {
    color: #00aeef;
    line-height: 1.2
}
.bottom-promo .content-wrap {
    margin: 50px auto;
}
@media only screen and (max-width : 650px) {
    .bottom-promo h3 {
        font-size:23px
    }
}