.func {
    display: flex;
    flex-direction: column;
    gap: 0.75rem; /* 30px */
}

.func_bg{
    width: 35rem;
}

.func_box {
    position: relative;
}

.func_box2 {
    position: absolute;
    width: 35rem; /* 1400px */
    height: 3.3rem; /* 132px */
    display: flex;
    justify-content: space-between;
    top: 0;
}

.func_content {
    width: 10rem; /* 400px */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.525rem; /* 21px */
    line-height: 1.7;
    padding: 0 0.55rem 0 0.975rem; /* 22px 39px */
    box-sizing: border-box;
}
