.banner-info-section {
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 420px;
    display: flex;
    align-items: center;
    margin-top: -70px;
}

.banner-info-section .banner__bottom {
    width: 100%;
    height: 100px;
    background: #F8F8F8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.banner-info-section .banner__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.banner-info-section .banner__background img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.banner-info-section .banner__list {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

.banner-info-section .banner__item {
    width: calc(100% / 4 - 15px);
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-info-section .banner__item .banner__item-icon {
    width: 100%;
    max-width: 121px;
    height: auto;
    margin-bottom: 10px;
}

.banner-info-section .banner__item .banner__item-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.banner-info-section .banner__item .banner__item-title {
    font-weight: 500;
    font-size: 18px;
    color: #F9F9FB;
    text-align: center;
}

@media screen and (max-width:760px) {
    .banner-info-section {
        background: #01155A;
        min-height: initial;
        margin-top: 0;
    }

    .banner-info-section .banner__bottom {
        display: none;
    }

    .banner-info-section .banner__background {
        display: none;
    }

    .banner-info-section .banner__list {
        flex-wrap: wrap;
        gap: 10px;
    }

    .banner-info-section .banner__item {
        width: calc(100% / 2 - 10px);
    }

    .banner-info-section .banner__item .banner__item-icon {
        max-width: 90px;
    }

    .banner-info-section .breadcrumb-box {
        bottom: -45px !important;
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .banner-info-section {
        background: #01155A;
        min-height: initial;
        margin-top: 0;
    }

    .banner-info-section .banner__bottom {
        display: none;
    }

    .banner-info-section .banner__background {
        display: none;
    }

    .banner-info-section .breadcrumb-box {
        bottom: -45px !important;
    }
}

@media screen and (min-width:1020px) and (max-width:1750px) {
    .banner-info-section {
        background: #01155A;
        min-height: initial;
        margin-top: 0;
    }

    .banner-info-section .banner__bottom {
        display: none;
    }

    .banner-info-section .banner__background {
        display: none;
    }

    .banner-info-section .breadcrumb-box {
        bottom: -45px !important;
    }
}