.banner-wrapper{
    background-image: url("../images/company/company_banner_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text {
    color: #fff;
}
.banner-text h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
}
.banner-text p {
    font-size: 20px;
    font-weight: 400; 
}
.banner-center {
    max-width: 588px;
    width: 100%;
    text-align: center;
}
.banner-desc{
    margin-top: 113px;
    margin-bottom: 90px;
}

/* JOB */
.job-wrapper {
    background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain;
}
.job-opening-wrapper{
    padding-bottom: 67px;
}
.job-desc{
    margin-top: 100px;
    margin-bottom: 21px;
    max-width: 600px;
    width: 100%;
}
.job-desc h2{
    color: #212326;
    font-size: 40px;
    font-weight: 700;
    line-height: 129.7%; /* 51.88px */
    text-transform: capitalize;
    margin-bottom: 10px;
}
.job-desc p{
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    text-transform: capitalize;
}
.job-opening{
    padding: 19px 0 34px;
    border-bottom: 1px solid #E0E0E0;
}
.job-opening:last-child{
    border-bottom: none;
}
.job-opening .cta{
    font-weight: 500;
    letter-spacing: 1.17px;
}
.jo-desc h3{
    color: #263238;
    font-size: 30px;
    font-weight: 500;
    line-height: 160%; /* 48px */
    text-transform: capitalize;
}
.jo-desc h4{
    color: #797979;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
}

/* Careers Single */
.banner-center .cta{
    margin-top: 47px;
}

.job-single-wrapper{
    background-image: url("../images/home/principles_banner.png");
    background-repeat: repeat;
    background-size: contain;
    padding-bottom: 100px;
}

.js-meta{
    margin-top: 50px;
    margin-bottom: 40px;
}
.js-m-box {
    margin: 10px 0;
}
.js-m-box h3 {
    color: #797979;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    text-transform: capitalize;
}
.js-m-box h4 {
    color: #263238;
    font-size: 30px;
    font-weight: 500;
    line-height: 160%; /* 48px */
    text-transform: capitalize;
}
.js-m-divider{
    display: inline-block;
    width: 1px;
    background: #DBDBDB;
}
.js-content-section{
    border-top: 1px solid #DBDBDB;
    padding-top: 100px;
    padding-bottom: 90px;
}
.js-content-section:nth-of-type(2) {
    padding-top: 50px;
}
.js-content-section h3{
    max-width: 340px;
    width: 100%;
    color: #212326;
    font-size: 30px;
    font-weight: 500;
    line-height: 129.7%; /* 38.91px */
    text-transform: capitalize;
}
.js-cs-desc p{
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    text-transform: capitalize;
    margin-bottom: 30px;
}
.js-cs-desc ul{
    margin-left: 20px;
}
.js-cs-desc li{
    color: #797979;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    text-transform: capitalize;
    margin-bottom: 30px;
    list-style: disc outside;
}

@media (max-width:1199px) {
    .banner-desc{
        flex-wrap: wrap;
    }
    .banner-left,
    .banner-right{
        width: 50%;
        order: 2;
        text-align: center;
    }
    .banner-left img,
    .banner-right img{
        max-width: 100%;
    }
    .banner-center {
        width: 100%;
        max-width: 100%;
        order: 1;
        margin-bottom: 50px;
    }
}

@media (max-width:991px) {
    .js-content-section {
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .js-content-section h3{
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .js-meta{
        flex-wrap: wrap;
    }

    .js-m-box{
        width: 50%;
    }
    .js-m-divider{
        display: none;
    }
}

@media (max-width:500px) {
    .banner-desc{
        flex-direction: column;
    }
    .banner-left,
    .banner-right{
        width: 100%;
    }

    .banner-left{
        order: 0;
        margin-bottom: 40px;
    }

    .js-m-box{
        width: 100%;
    }
}