.banner {
    background: url(/assets/images/backgrounds/srs-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 200px 0 250px;
    color: #fff;
    text-align: center;
}

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

.banner p {
    font-size: 2.0rem;
    display: inline-block;
    max-width: 680px;
    margin: 0 auto 60px auto;
    font-weight: bold;
}

.banner .btn {
    width: 300px;
    margin: 10px;
}

.restore {
    padding: 70px 0 60px;
}

.restore .left {
    text-align: center;
    vertical-align: middle;
    margin-top: 70px;
}

.restore .tt {
    /* padding-left: 35px; */
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}

.restore .main-txt {
    padding-left: 35px;
}

.restore .tt::before {
    content: '';
    display: inline-block;
    background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -712px -251px;
    width: 11px;
    height: 13px;
    position: absolute;
    left: -30px;
    top: 5px;
}

@media all and (max-width: 767px) {
    .restore .left {
        margin-bottom: 50px;
    }
}

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

}

.easily .right {
    text-align: center;
}

.easily .des {
    max-width: 400px;
    line-height: 26px;
}

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

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


.article {
    padding: 50px 20px 50px;
    color: #fff;
    text-align: center;
}

.article h2 {
    font-weight: normal;
}

.article .container {
    background-color: #091871;
    padding: 60px 10px 40px;
}

.article .article-cnt {
    max-width: 780px;
    margin: 0 auto;
}

.article-cnt li {
    margin-bottom: 10px;
    text-align: left;
}

.article-cnt a {
    color: #fff;
    font-size: 16px;
}

.article .btn {
    width: 300px;
    margin-top: 50px;
    margin-bottom: 0;
}

.article .btn.btn-white:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

@media all and (min-width: 992px) {
    .article .article-cnt ul {
        padding: 0 60px;
    }
}

@media all and (max-width: 991px) {
    .article .article-cnt {
        text-align: center;
    }

    .article .article-cnt ul {
        display: inline-block;
        vertical-align: top;
    }
}

@media all and (max-width: 767px) {
    .article .article-cnt ul {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
}