.infoContainer {
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 95px 0 60px 0;
    box-sizing: border-box;
    font-family: "fontMedium", 'hei';
}




.jobImage {
    height: calc(100vh - 120px);
    width: auto;
}


.strong {
    font-weight: 800 !important;
}


.infoContainer p {
    margin-bottom: 0;
}

.infoContainer a {
    color: #000;
    text-decoration: underline;
}

.infoContainer img {
    width: 100%;
}



/*--jobs--*/

.jobGroup {
    width: 90%;
    margin-bottom: 50px;
}

.jobTitle {
    margin-bottom: 40px;
}

.jobTitle h2 {
    margin-bottom: 20px;
}

.jobSubTitle {
    margin-bottom: 40px;
}

.jobDetail {
    margin-bottom: 40px;
    color: #d4d4d4;
}

.jobRequireTitle {
    margin-bottom: 40px;
}

.jobRequire {
    margin-bottom: 40px;
    color: #d4d4d4;
}





/*--team--*/

.teamContainer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}

.col-set-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 12.5%;
}

.teamThumb {
    margin-bottom: 20px;
}

.teamThumb img {
    width: 35px;
}

.teamName {
    font-family: arial, helvetica, sans-serif;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}

.teamTitle {
    font-family: arial, helvetica, sans-serif;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

.teamDetail {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

.logoLine {
    margin-top: 50px;
}

@media screen and (max-width: 996px) {

    .col-set-md-4 {
        padding-left: 15px;
        padding-right: 15px;
        width: 25%;
    }

}

@media screen and (min-width: 768px){

    .logoBackgroundCell {
        box-sizing: border-box;
        float: left;
        width: 7.1428%;
        margin-bottom: 10px;
        aspect-ratio: 4 / 3;
        background-size: 50% 50%;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media screen and (max-width: 768px){

    .page-wrapper {
        display: none;
    }

    .teamContainer {
        position: relative;
        left: unset;
        bottom: unset;
        width: 100%;
        height: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 50px;
    }
    .col-set-md-4 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin-bottom: 30px;
    }

    .teamName, .teamTitle, .teamDetail {
        color: rgba(0, 0, 0, 0.8);
    }

    .logoBackgroundCell {
        box-sizing: border-box;
        float: left;
        width: 33.33333%;
        margin-bottom: 0px;
        aspect-ratio: 4 / 3;
        background-size: 50% 50%;
        background-repeat: no-repeat;
        background-position: center center;
    }
}









