.banner{
    background: url('/assets/images/backgrounds/bootable-rescue-media-creator-banner.jpg') no-repeat center;
    background-size: cover;
}
.banner .container{
    padding-top: 240px;
    padding-bottom: 250px;
}
.banner h1{
    font-size: 48px;
    margin-bottom: 50px;
    color: #fff;
}
.banner  p.f-20{
    line-height: 36px;
    color: #fff;
    margin-bottom: 60px;
}
.overview h2 {
    background-color: #091871;
    color: #fff;
    padding: 80px 35px;
    position: relative;
    font-family: 'helvetica Blk', 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.overview h2 span {
    display: block;
    padding-left: 260px;
    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;
    line-height: 22px;
    text-align: center;
}
[lang="fr"] .overview p {
    text-align: justify;
}
.overview .learn-more {
    margin-top: 45px;
}

.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: 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 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;
}
.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;
}
.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 (max-width: 991px) {
    .easily .slick-dots {
        margin-left: auto;
    }
    .overview h2 img{
        display: none;
    }
    .overview h2 span{
        padding: 0;
        text-align: center;
    }
}

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

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

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