.careers-banner {
    background: url(../../images/socxo/careers/career-banner-background.png) 0px 0px no-repeat !important;
    background-position: center;
    background-size: cover;
    background-color: #ececec !important;
}

.careers-banner img{
    margin: auto;
}

.banner .heading .title{
    position: relative;
    padding: 40px 0px;
}
.careers-banner .title span {
    font-weight: 500 !important;
    font-size: 2rem;
}
/*.banner .heading .title:before, .banner .heading .title:after{
    content: '';
    background: url(../../images/careers/line-design-career.png) 0px 0px no-repeat;
    background-size: contain;
    position: absolute;
    top: -45px;
    bottom: auto;
    left: auto;
    right: 50px;
    width: 60%;
    height: 50px;
    z-index: 1;
}*/
.banner .heading .title:after{    
    
    bottom: -45px;
    top: auto;
    left: 0px;
    right: auto;
    width: 60%;
    height: 50px;
    z-index: 1;
    background-size: contain;
}

.job-card a {
    background: #f0f0f0;
    padding: 20px;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: black;
    text-decoration: none;
    text-align: left;
    border: none;
    border-radius: 10px;
}
.job-card a:hover {
    background: rgb(19 70 108);
    color: white;
}
.text-container {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}



