.service_box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.service_box_bg {
    width: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_bg {
    width: 5rem;
}

.service_title {
    font-size: 0.6rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

.service_text {
    font-size: 0.5rem;
    padding: 0 0.25rem;
    margin-top: 0.25rem;
    text-align: justify;
}

.func_box {
    position: relative;
}

.func_box_bg {
    width: 100%;
}

.func_content {
    position: absolute;
    top: 0.45rem;
    left: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 33.975rem;
}

.func_content p {
    width: 6.175rem;
    height: 1.675rem;
    font-size: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.35rem;
    box-sizing: border-box;
}

.as {
    display: flex;
    justify-content: space-between;
    gap: 0 0.75rem;
}

.as_box {
    position: relative;
}

.as_box_bg {
    width: 5.4rem;
}

.as_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);
}

.as_box_text {
    position: absolute;
    top: 1.875rem;
    left: 0;
    padding: 0 0.475rem;
    line-height: 1.7;
    font-size: 0.45rem;
}

.adv2_box_text1 {
    padding: 0 1.625rem;
}

.adv2_box_text2 {}

.adv2_box_text3 {}

.adv2_box_text4 {}

@media screen and (max-width: 600px) {
    .service_box {
        width: auto;
        gap: 0.6rem;
    }

    .service_text {
        white-space: normal;
        -webkit-white-space: normal;
    }
}