.business_banner {
    width: 100%;
    height: 188px;
    position: relative;
    padding: 28px 9.3vw;
    z-index: 10;
}

.business_banner img,
.business_banner_box img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.group_banner_box {
    position: relative;
}

.about_title_en {
    opacity: 0.25;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    background: linear-gradient(180deg, #3E7BB5 0%, rgba(62, 123, 181, 0.2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about_title_en.red {
    background: linear-gradient(180deg, #FF0000 0%, rgba(255, 0, 0, 0.2) 100%);
    background-clip: text;
}

.group_banner_box .about_title {
    margin-top: 0;
}