.func {
    position: relative;
}

.func_img {
    width: 100%;
}

.func_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.func_box_content {
    width: 10.75rem; /* 430px */
}

.func_box_c_title {
    font-size: 0.7rem; /* 28px */
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 0 0 0 0.25rem; /* 10px */
    height: 1.25rem; /* 50px */
    line-height: 1.25rem; /* 50px */
}

.func_box_c_text {
    font-size: 0.4rem; /* 16px */
    line-height: 1.7;
    padding: 0 0.5rem; /* 20px */
    height: 3.2rem; /* 128px */
    display: flex;
    align-items: center;
}
