#banner {
    background-color: #2C3B52;
    background-image: url("../images/features-index/banner.jpg")
}

.features-list div.list-item {
    display: inline-block;
    width: 43%;
}

.features-list div.list-item:nth-child(odd) {
    margin-left: 5%;
}

.features-list div.list-item:nth-child(even) {
    margin-left: 7.5%;
}

.features-list div.list-item:first-child {
    margin-bottom: 5%;
}

.features-list h3 {
    padding: 0 15px;
    background-color: #8AADD7;
    color: #fff;
    line-height: 2.5;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.features-list h3::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 6px;
    background-image: url("../images/help-index/ic-backup.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 0;
}

.features-list .list-item:nth-child(2) h3::before {
    background-position-y: -73px
}

.features-list .list-item:nth-child(3) h3::before {
    background-position-y: -149px
}

.features-list .list-item:last-child h3::before {
    background-position-y: -223px
}

.features-list ul {
    border: 1px solid #F0F4F7;
    border-top: none;
    padding-top: 2%;
    padding-bottom: 3%;
    word-spacing: -3px;
}

.features-list .list-item:hover {
    -webkit-box-shadow: 0px 0px 33px rgba(3, 3, 3, 0.2);
    -moz-box-shadow: 0px 0px 33px rgba(3, 3, 3, 0.2);
    box-shadow: 0px 0px 33px rgba(3, 3, 3, 0.2);
}

.features-list li {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4%;
    vertical-align: top;
    word-spacing: normal;
}

.features-list li a {
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 2.14;
}

.features-list li a:hover {
    color: #4294e9;
    text-decoration: underline;
}

.features-list li a::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    padding-right: 5px;
    background: url("../images/help-index/ic-text.png") no-repeat left 0;
    vertical-align: middle;
}

.other-doc {
    background-color: #eef1f3;
}

.other-doc a.more-bg {
    width: 12.65%;
    border-color: #4294E9;
    color: #4294E9;
    margin-top: 2.5%;
}

.other-doc a.more-bg:hover {
    color: #fff;
}

.other-doc h2 {
    padding-bottom: 2.5%
}

.visibility_hidden {
    visibility: hidden;
}

@media screen and (min-width: 993px) {
    #banner {
        height: 400px;
    }

    #banner h1 {
        padding-top: 10.7%;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .features-list .container div.list-item {
        margin-left: 0;
        margin-bottom: 5%
    }

    .features-list .container div.list-item:last-child {
        margin-bottom: 0
    }

    .features-list li.visibility_hidden {
        display: none;
    }

    .features-list li {
        display: block;
        padding-left: 5%;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .features-list .container div.list-item {
        width: 49%;
    }

    .features-list div.list-item:nth-child(odd) {
        margin-left: 0;
    }

    .features-list div.list-item:nth-child(even) {
        margin-left: 2%;
    }

    .features-list li {
        display: block;
        padding-left: 5%;
        width: 100%;
    }
}










