.mature-solution {
    width: 100%;
    background: #F1F1F2;
    padding-top: 84px;
    padding-bottom: 152px;
}

.mature-solution>h2 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    text-align: center;
}

.mature-solution-content {
    margin-top: 110px;
    display: flex;
    justify-content: center;
    gap: 155px;
}

.mature-solution-content-l,
.mature-solution-content-r {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.mature-solution-content-l>div,
.mature-solution-content-r>div {
    background-color: #fff;
    width: 448px;
    min-height: 218px;
}

.mature-solution-content-l>div>h5 {
    color: #F03030;
}

.mature-solution-content-l>div>h5>span {
    color: #FF214F;
    margin-right: 10px;
}

.mature-solution-content-r>div>h5 {
    color: #033EFF;
}

.mature-solution-content-r>div>h5>span {
    color: #033EFF;
    margin-right: 10px;
}

.mature-solution-content-l>div>h5,
.mature-solution-content-r>div>h5 {
    height: 60px;
    line-height: 60px;
    padding: 0 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #DDDDDE;
}

.mature-solution-content-l>div>p,
.mature-solution-content-r>div>p {
    padding: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #231815;
    line-height: 25px;
}