.func {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.func_box {
    position: relative;
}

.func_box_bg {
    width: 5.4rem;
    height: 10.25rem;
}

.func_box_title {
    width: 5.4rem;
    text-align: center;
    position: absolute;
    top: 0.5rem;
    left: 0;
    font-size: 0.55rem;
    font-family: "MiSans Bold";
    color: rgb(28, 81, 243);
    padding: 0 0.25rem;
    box-sizing: border-box;
}

.func_box_text {
    position: absolute;
    top: 2.25rem;
    left: 0;
    padding: 0 0.475rem;
    line-height: 1.7;
    font-size: 0.4rem;
}

.as {
    position: relative;
}

.as_text {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    font-size: 0.6rem;
    line-height: 1.7;
    width: 13.725rem;
    text-align: center;
}

.as_text1 {
    left: 1.25rem;
}

.as_text2 {
    left: 20.15rem;
}

.advantage2 {
    justify-content: center;
    gap: 0 2.5rem;
}

.adv2_box_text1 {
    /* padding: 0 65px; */
}

.adv2_box_text2 {
    padding: 0 0.5rem;
}
