.banner {
    background: url("/assets/images/backgrounds/incremental-or-differential-backup-banner.jpg") no-repeat center;
    background-size: cover;
}

.banner .container {
    padding-top: 240px;
    padding-bottom: 270px;
}

.banner .f-48 {
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 60px;
    color: #ffffff;
}
.banner .btn {
    font-size: 2.0rem;
    height: auto;
    line-height: 1;
    padding: 10px 35px;
}
.banner .f-20 {
    font-size: 20px;
    margin-bottom: 95px;
    color: #ffffff;
}

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

.data .data-text h2 {
    line-height: 1.5;
}

.data-text p, .data-text ul li {
    font-size: 14px;
    line-height: 26px;
    color: #595959;
}

.data-text p, .data-text ul {
    margin-bottom: 20px;
}

.data-text .icon-left li::before {
    top: 6px;
}

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

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

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

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

.intro {
    max-width: 500px;
}

.intro .show {
    display: block;
}

.intro-txt {
    display: none;
}

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

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

.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;
}

.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;
}

/*features*/
.further.cnt h2 {
    font-family: 'helvetica Blk', 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
}

.further.cnt h2 + p {
    margin-bottom: 35px;
}

.further.cnt h4 {
    margin: 15px 0 15px 0;
}

.further.cnt .vertical-box .caption {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.further.cnt .vertical-box .des {
    margin-bottom: 20px;
}

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

@media (min-width: 993px) {
    .further.cnt .vertical-box {
        min-height: 428px;
    }

    .further.cnt .vertical-box .des {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .data .img-box {
        margin-top: 180px;
    }
}

@media all and (max-width: 768px) {
    .banner .f-48 {
        white-space: normal;
        word-break: break-all;
    }
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .banner .f-48 {
        white-space: normal;
        word-break: break-all;
    }
}

@media all and (min-width: 920px) {

    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .vertical-box, .combination-box {
        height: 100%;
    }


}