.banner-g {
    background: #F0F2FF url("../image/about-us/banner-bg.jpg") no-repeat center center;
}

.banner-g .title-g {
    color: #333333;
}

.banner-g .title-g .desc-g {
    color: #666666;
}

.intro .wrapper {
    display: flex;
    align-items: center;
}

.intro .text {
    width: 0;
    flex-grow: 1;
    line-height: 28px;
    font-size: 16px;
    margin-right: 40px;
}

.tabs {
    padding: 0 0 64px;
    background: #FFFFFF;
}

.tab-panels-g{
    margin-top: 40px;
}

.develop .year-item {
    display: flex;
    align-items: flex-start;
}

.develop .year {
    background: #234BED;
    color: #FFFFFF;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 18px;
    transform: translate(0, -2px);
}

.develop .right {
    width: 0;
    flex-grow: 1;
    padding: 0 0 24px 40px;
    margin-left: 40px;
    border-left: 1px solid #EEEEEE;
    position: relative;
}

.develop .right:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #234BED;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.develop .right:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translate(-50%, -50%);
    border: 1px solid #234BED;
}

.develop .month-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.develop .month {
    color: #234BED;
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 0 12px;
    position: relative;
}

.develop .month:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #234BED;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.develop .info {
    width: 0;
    flex-grow: 1;
    font-size: 16px;
    color: #666666;
    margin-left: 24px;
}

.certificate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}

.certificate .item {
    padding: 24px;
    background: #F7F8FB;
    text-align: center;
}

.certificate .title {
    margin-top: 24px;
}