.section {
    padding: 90px 0 73px;
}

.section .wrap {
    width: 1145px;
    margin: 0 auto;
}

.section .wrap .part .title {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    text-align: center;
}

.section .wrap .part .title span {
    color: #F7BD23;
}

.section .wrap .part .text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    width: 1000px;
    margin: 18px auto 40px;
}

.section .wrap .part .more {
    width: fit-content;
    margin: 0 auto 60px;
}

.section .wrap .part .more a {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0 24px;
    height: 52px;
    padding: 0 35px 0 40px;
    background: #F7BD23;
    box-shadow: 2px 8px 30px 1px rgba(235, 176, 19, 0.39);
    border-radius: 26px 26px 26px 26px;
}

.section .wrap .part .more a p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
}

.section .wrap .part .more a img {
    display: block;
    width: 6px;
    filter: brightness(0);
}

.section .wrap .part:not(:nth-child(1)) {
    margin: 135px 0 0;
}

/*# sourceMappingURL=solution_knowledgeware.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 4.6875vw 0px 3.8020833333vw;
    }

    .section .wrap {
        width: 59.6354166667vw;
    }

    .section .wrap .part .title {
        font-size: 1.5625vw;
    }

    .section .wrap .part .text {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        width: 52.0833333333vw;
        margin: 0.9375vw auto 2.0833333333vw;
    }

    .section .wrap .part .more {
        margin: 0px auto 3.125vw;
    }

    .section .wrap .part .more a {
        gap: 0px 1.25vw;
        height: 2.7083333333vw;
        padding: 0px 1.8229166667vw 0px 2.0833333333vw;
        box-shadow: rgba(235, 176, 19, 0.39) 0.1041666667vw 0.4166666667vw 1.5625vw 1px;
        border-radius: 1.3541666667vw;
    }

    .section .wrap .part .more a p {
        font-size: 0.9375vw;
    }

    .section .wrap .part .more a img {
        width: 0.3125vw;
    }

    .section .wrap .part:not(:nth-child(1)) {
        margin: 7.03125vw 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .section .wrap {
        width: 90%;
    }
    .section {
        padding: 60px 0 80px;
    }
    .section .wrap .part .title {
        font-size: 22px;
    }
    .section .wrap .part .text {
        width: 100%;
        font-size: 16px;
        line-height: 1.8;
        margin: 15px 0 30px;
    }
    .section .wrap .part .more a {
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
        gap: 0 10px;
    }
    .section .wrap .part .more a p {
        font-size: 16px;
    }
    .section .wrap .part .more a img {
        width: 5px;
    }
    .section .wrap .part .more {
        margin-bottom: 40px;
    }
    .section .wrap .part:not(:nth-child(1)) {
        margin: 50px 0 0;
    }
}
