.banner {
    top: 0;
    width: 100%;
    height: 360px;
}

.banner .banner-bg {
    position: absolute;
    width: 100%;
    height: 360px;
    background-image: linear-gradient(to right, #c3cfe2, #f5f7fa);
}

.banner .banner-illustration {
    position: absolute;
    left: 100px;
    bottom: 30px;
    width: 365px;
    height: 232px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/feature_banner.png");
    transition: all .2s;
}

.banner .banner-content {
    padding: 120px 0 !important;
    position: relative;
    max-width: 1200px;
}

.nav-item {
    text-align: center;
    margin-right: 20px;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-pills .nav-link {
    border-radius: 12px;
    background-color: #e8ecf5;
    width: 160px;
    height: 90px;
    line-height: 90px;
    padding: 0;
    margin-bottom: 20px;
}

.features-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.features-content {
    padding: 50px 0;
    max-width: 1200px;
    position: relative;
    text-align: center;
}

.features-content .title {
    font-size: 16px;
    color: #121314;
    margin-bottom: 100px;
}

.features-content .category {
    display: none;
}

.features-content img {
    max-width: 90%;
}

@media screen and (max-width: 992px) {
    .banner .banner-illustration {
        left: 10px;
        bottom: 20px;
        width: calc(365px / 1.5);
        height: calc(232px / 1.5);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/feature_banner.png");
    }

    .nav-pills .nav-link {
        border-radius: 12px;
        background-color: #e8ecf5;
        width: 160px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        margin-bottom: 20px;
    }

    .nav-item {
        margin-right: 10px;
    }

    .flex-column {
        flex-direction: row !important;
    }

    .features-content {
        padding-top: 20px;
    }

    .features-content .title {
        font-size: 14px;
        margin-bottom: 40px;
    }
}
