.park-solution {
    max-width: var(--container-max-width);
    padding: 0 var(--container-padding);
    margin: 0 auto;
    margin-bottom: 127px;
}

.park-solution>h2 {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    text-align: center;
}

.park-solution>h2>span {
    color: #006eff;
}

.park-solution>p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #7C7C7C;
    text-align: center;
    margin-top: 30px;
}

.park-solution-content {
    display: flex;
    justify-content: center;
    gap: 49px;
    margin-top: 92px;
}

.park-solution-content-item {
    max-width: 350px;
    padding: 0 45px;
    padding-top: 125px;
    background-repeat: no-repeat;
}

.park-solution-content-item>img {
    width: 171px;
    height: 135px;
    background: #1C74E4;
    margin: 0 auto;
}

.park-solution-content-item>h5 {
    margin-top: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.park-solution-content-item>p {
    margin-top: 40px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 27px;
    text-align: center;
    margin-bottom: 57px;
}

.park-solution-content-item:nth-child(1) {
    background-image: url('/img/park/solution1.png');
}

.park-solution-content-item:nth-child(2) {
    background-image: url('/img/park/solution2.png');
}

.park-solution-content-item:nth-child(3) {
    background-image: url('/img/park/solution3.png');
}
@media screen and (max-width: 768px) {
    .park-solution-content{
        display: block;
    }
}