.top-banner img {
    width: 100%
}

.bg-grey {
    background-color: #f5f5f5
}

.bg-grey .container {
    text-align: center
}

.bg-grey .container img {
    width: 330px
}

.bg-grey .container .rjgn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.bg-grey .container .rjgn-title {
    font-size: 2rem;
    color: #1360b2
}

.bg-grey .container .rjgn-content {
    color: #666;
    font-size: 1.2rem;
    text-align: left;
}

.rjgn-info {
    padding: 5rem 0 5rem 0
}

.rjgn-info .define {
    width: 510px;
    max-width: 100%;
    margin: 0 auto 2.5rem auto;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#AAA), to(#fff));
    background: -o-linear-gradient(left, #fff, #AAA, #fff);
    background: linear-gradient(to right, #fff, #AAA, #fff)
}

.rjgn-info .define-sub {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 3.75rem
}

/* .rjgn-info .rjgn-more-info {
    margin-bottom: 7.5rem
} */

.rjgn-info .rjgn-footer {
    text-align: center;
    font-size: 1.25rem
}

@media(max-width: 992px) {
    .bg-grey .container .rjgn-title {
        font-size: 26px;
    }
    .bg-grey .container .rjgn-content,.rjgn-info .rjgn-footer{
        font-size: 16px;
    }
    /* html {
        font-size: 14px
    } */
    .rjgn-info .define-sub {
        font-size: 14px;
    }
    .bg-grey .container img {
        width: 330px;
        margin-bottom: 6.25rem
    }
}

@media(max-width: 768px) {
    /* html {
        font-size: 12px
    } */

    .bg-grey .container img {
        width: 330px;
        margin-bottom: 6.25rem
    }
}

@media(max-width: 576px) {
    /* html {
        font-size: 10px
    } */

    .bg-grey .container img {
        width: 230px;
        margin-bottom: 6.25rem
    }
}