.page-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.page-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.page-banner .banner-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 900px;
    margin: 0 auto;
}

.page-banner .banner-title-inner {
    padding: 12px 20px;
    background-color: #001488;
    display: inline-block;
}

.page-banner .banner-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 4px;
}

@media screen and (max-width: 992px) {
    .page-banner .banner-title {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .page-banner .banner-title-inner {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 480px) {
    .page-banner .banner-title {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .page-banner .banner-title-inner {
        padding: 8px 10px;
    }
}