.employment-banner {
    background-image: url("../assets/images/employment/Forklift-banner.jpg");
    background-position: 100% 20%;
    min-height: 60vh;
    -webkit-transform:scaleX(-1);
-moz-transform:scaleX(-1);
-ms-transform:scaleX(-1);
-o-transform:scaleX(-1);
transform:scaleX(-1);
}
.job-card{
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(30,10,58,.04);
    padding: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;

}
.job-card .company-title {
    font-weight: 500;
    line-height: 21px;
    max-width: 100%;
    display: inline-block;
}
.job-card .job-des-highlight{
    color: #1a1a1a;
    font-weight: 500;
}
.job-card .job-description {
    /* font-weight: 500; */
    /* font-size: 16px; */
    /* line-height: 18px; */
    margin-top: 11px;
    padding-bottom: 1px;
}
.job-card:first-of-type{
    margin-top: 0;
}
.employment-banner-text {
    padding: 20px 40px;
    max-width: 50%;
    background-color: rgba(108, 29, 255, 0.8);
    border-radius: 30px 30px 30px 0;
    height: min-content;
    margin-bottom: 5vh;
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.companies-sidebar{
    background-color: #59595907;
    box-shadow: 0 3px 6px rgba(30,10,58,.1);
}
.companies-sidebar img{
    height: 80px;
}
.right-pane{
    min-height: 330px;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    
}
.right-pane-container{
    width: 45vw;
    height: 70vh !important;
    position: -webkit-sticky;
    position: sticky;
    top: 18%;
    padding: 50px;
    overflow:scroll;
}

@media (max-width: 991px) {
    .employment-banner {
        background-image: url("../assets/images/employment/Forklift-banner-1080.jpg");
        height: 50vh;
    }

    .employment-banner-text {
        max-width: 50vw;
        min-width: 470px;
        bottom: 5%;
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .employment-banner {
        background-image: url("../assets/images/employment/Forklift-banner-800.jpg");
        max-height: 60vh;
        box-sizing: content-box;
        background-position: 65% 0;
    }

    .employment-banner-text {
        max-width: unset;
        min-width: unset;
        left: 0%;
        margin-left: 25px;
        margin-right: 25px;
    }
}