.func {
    position: relative;
    text-align: center;
}

.func_img {
    width: 22.5rem;
}

.func_box {
    position: absolute;
}

.func_box_title {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgb(65, 126, 240);
}

.func_box_text {
    font-size: 0.45rem;
    line-height: 1.7;
    text-align: justify;
    margin-top: 0.25rem;
    letter-spacing: 0.2em;
}

.func_box1 {
    text-align: right;
    top: 0.5rem;
    left: 2.25rem;
}

.func_box1 .func_box_text {
    margin-right: 0.5rem;
}

.func_box2 {
    text-align: right;
    top: 3.35rem;
    left: 1.4rem;
}

.func_box2 .func_box_text {
    width: 7.8rem;
}

.func_box3 {
    text-align: right;
    top: 7.5rem;
    left: 0.15rem;
}

.func_box3 .func_box_text {
    width: 7.125rem;
}

.func_box4 {
    text-align: left;
    top: 0.5rem;
    left: 21.25rem;
}

.func_box5 {
    text-align: left;
    top: 3.35rem;
    left: 25.9rem;
}

.func_box5 .func_box_text {
    width: 8.15rem;
}

.func_box6 {
    text-align: left;
    top: 7.5rem;
    left: 27.6rem;
}

.func_box6 .func_box_text {
    width: 7.35rem;
}

.as {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.as_box {
    position: relative;
}

.as_box_img {
    width: 11rem;
}

.as_box_title {
    width: 11rem;
    text-align: center;
    position: absolute;
    top: 0.5rem;
    left: 0;
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.as_box_text {
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 1.25rem;
    font-size: 0.55rem;
    line-height: 2;
}
