.text-line {
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.text-line > h2 > span {
    font-size: 35px;
    color: blue;
}

.timeline-flex {
    display: flex;
    flex-direction: row;
}

.timeline-my-width-60 {
    width: 60%;
}

.timeline-my-width-100 {
    width: 100%;
}

.timeline-item-right .timeline-flex {
    flex-direction: row-reverse;
}

.timeline-img {
    width: 40%;
}

.my-timeline-span {
    position: relative;
    float: left;
    clear: left;
    margin-bottom: 20px;
    top: 1px;
    width: 100%;
    min-height: 65px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
}

#recruitmentContext {
    display: flex;
    margin-bottom: 40px;
}

#recruitmentInfo {
    font-size: 16px;
}

@media screen and (min-width: 640px) {
    .my-span-left {
        position: absolute;
        font-size: 30px;
        font-weight: bold;
        left: 600px;
        top: 0;
    }

    .my-span-right {
        position: absolute;
        font-size: 30px;
        font-weight: bold;
        right: 600px;
        top: 0;
    }
}

@media screen and (max-width: 640px) {
    .text-line > h2 > span {
        font-size: 24px;
    }

    #recruitmentContext {
        display: block;
    }

    #recruitmentInfo {
        font-size: 12px;
        width: 100%;
        overflow-x: auto;
    }

    #recruitment {
        padding: 0 0;
    }
}

.img-nav img {
    width: 100%;
}

.contact-bg {
    text-align: center;
    position: absolute;
    top: 0;
    left: 23%;
}

.contact-bg p {
    font-size: 100px;
    color: #F2F2F2;
    font-weight: 700;
}

.adviceUs {
    font-weight: 400;
    font-size: 24px;
}

.adviceInput {
    text-align: right;
}

#timeline-body-p + p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.utext-img img {
    margin: 10px 15px;
}

#year-font {
    font-size: 28px;
}

>>> .description1 {
    font-size: 15px;
    text-align: left;
}


@media screen and (max-width: 640px) {
    .img-nav img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .contact-bg {
        top: 40px;
        left: 0;
    }

    .contact-bg p {
        font-size: 52px;
        font-weight: 700;
    }

    .adviceUs {
        font-weight: 400;
        font-size: 14px;
    }

    .adviceInput {
        font-size: 15px;
        padding-right: 0;
    }
}

