.banner {
    background: url(/assets/images/backgrounds/sbs-banenr.jpg) no-repeat center;
    background-size: cover;
    padding: 130px 0 140px;
}

.banner .banner-panel {
    background-color: rgba(255, 255, 255, 0.9);
}

.banner h1 {
    font-size: 4.8rem;
    margin-bottom: 50px;
}

.banner .subtitle {
    max-width: 1030px;
    margin: 0 auto 60px auto;
}

.banner .btn {
    width: 300px;
}

.overview {
    padding: 90px 0 50px;
}

.overview .top {
    height: 180px;
    background-color: #091871;
    text-align: left;
    margin-bottom: 50px;
}

.overview .top img {
    margin-top: 25px;
    margin-left: 5%;
    margin-right: 5%;
}

.overview h2 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.overview .top span {
    color: #fff;
    font-size: 2.8rem;
    display: block;
    text-align: right;
    width: 120%;
    margin-top: 10px;
}

.overview p {
    font-size: 1.4rem;
    color: #595959;
    line-height: 22px;
    max-width: 1100px;
    margin: 0 auto 30px auto;
}

@media all and (max-width: 991px) {
    .overview.cnt {
        padding: 90px 0;
    }

    .overview .top {
        zoom: 0.8;
        height: auto;
        text-align: center;
    }

    .overview .top img {
        margin-left: 0;
        zoom: 0.7;
        margin-right: 0;
    }

    .overview .top span {
        width: 100%;
        padding-right: 20px;
    }
}


.easily {
    background: url(/assets/images/backgrounds/automated-backup-software-feature.jpg) no-repeat center;
    background-size: cover;
}

.easily .container {
    padding-top: 80px;
    padding-bottom: 70px;
}

.easily .f-bradhitc {
    font-size: 36px;
    line-height: 50px;
    color: #091871;
    max-width: 310px;
    margin-bottom: 0;
}

.easily hr {
    width: 70px;
    height: 6px;
    background-color: #091871;
    margin: 35px auto 45px 0;
}

.intro {
    max-width: 320px;
}

.intro .show {
    display: block;
}

.intro-txt {
    display: none;
}

.intro-txt h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
}

.intro-txt p {
    font-size: 14px;
    line-height: 22px;
}

.easily .slick-dots {
    margin-left: -280px;
}

@media (max-width: 991px) {
    .easily .f-bradhitc, .intro {
        max-width: 100%;
    }

    .easily .slick-dots {
        margin-left: auto;
    }
}

/*slick*/
.am-features .slick-dots li button {
    width: 12px;
    text-align: center;
    height: auto;
    line-height: 1;
    font-size: 1.6rem;
    color: #333;
    background-color: transparent;
}

.am-features .slick-dots li.slick-active button {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 2.0rem;
    color: #091871;
    text-decoration: underline;
    background-color: transparent;
}

.further .container {
    padding-bottom: 90px;
    padding-top: 90px;
}

.further .f-14 {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 40px;
}

.further .vertical-box {
    padding: 20px 10px;
    min-height: 456px;
}

.further .vertical-box h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #2e2e2e;
    margin: 30px auto 20px auto;
}

.further .vertical-box .des {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 25px;
}

.further .vertical-box .learn-more {
    display: block;
}

.ph52 {
    height: 30px;
}

@media all and (max-width: 991px) {
    .further .vertical-box {
        margin-bottom: 50px;
    }
}


@media all and (min-width: 920px) {
    .overview .top {
        white-space: nowrap;
        word-break: keep-all;
    }
    [lang="es"] .overview .top > img {
        margin-right: 5px;
        margin-left: 5px;
    }
}
