.func {
    position: relative;
}

.func_img {
    width: 35rem; /* 1400px */
}

.func_box {
    width: 35rem; /* 1400px */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.func_box_content {
    width: 10.575rem; /* 423px */
    height: 4.5rem; /* 180px */
}

.func_box_c_title {
    font-size: 0.7rem; /* 28px */
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 0.2rem 0 0 0.25rem; /* 8px 10px */
}

.func_box_c_text {
    line-height: 1.7;
    font-size: 0.4rem; /* 16px */
    padding: 0 0.475rem; /* 19px */
    position: relative;
    top: 38%;
    transform: translateY(-50%);
}
