.banner {
    background: url("/assets/images/backgrounds/schedule-backup-softwarebanner.jpg") no-repeat center;
    background-size: cover;
}
.banner .container{
    padding-top: 240px;
    padding-bottom: 270px;
}
.banner h1{
    font-size: 4.8rem;
    letter-spacing: 1px;
    color: #fff;
}
.banner .f-20{
    color: #fff;
    margin-bottom: 100px;
}

.overview{
    background-color: #eee;
}
.overview h2 {
    background-color: #091871;
    color: #fff;
    padding: 65px 25px;
    position: relative;
    font-family: 'helvetica Blk', 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.overview h2 span {
    display: block;
    padding-left: 435px;
    text-align: left;
}
.overview h2 img {
    margin-right: 45px;
    margin-top: 15px;
    position: absolute;
    left: 35px;
    top: 0;
}
.overview p {
    font-size: 1.4rem;
    color: #595959;
    margin-bottom: 30px;
    line-height: 22px;
}
.easily {
    background: url('/assets/images/backgrounds/automated-backup-software-user.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: 360px;
    margin-bottom: 0;
}
.easily hr{
    width: 70px;
    height: 6px;
    background-color: #091871;
    margin:35px auto 45px 0;
}
.intro{
    max-width: 400px;
}
.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: 991px) {
    .vertical-box{
        min-height: 409px;
    }

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

    .vertical-box, .combination-box {
        height: 100%;
    }
}
@media (max-width: 991px) {
    .further .row > div {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 768px) {
    .overview h2 span {
        padding-left: 0;
        text-align: center;
        display: block;
    }
    .overview h2 > img {
        position: relative;
    }
}