.service_time_box {
    height: 417px;
    background: no-repeat center/100% 100% url("../../images/introduction/comm/bg_service_time.png");
}
.mb_12 {
    margin-bottom: 12px;
}

.service_time_content {
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
    color: #ffffff;
}

.service_time_content .content_wrap {
    margin-top: 64px;
}

.service_time_content .content_wrap li {
    padding-left: 156px;
    display: flex;
}

.service_time_content .content_wrap li .desc {
    /*width: 340px;*/
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.service_time_content .content_wrap li p {
    line-height: 22px;
    opacity: 0.65;
}

.service_time_content .content_wrap li:nth-of-type(n+3) {
    margin-top: 36px;
}

.service_time_content .content_wrap li .icon {
    width: 50px;
    height: 50px;
}