/* ===================================Career==================================== */
.careers-bg-img {
    background-image: url("img/career_banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
   
    width: 100%;
    height: 286px;
    border-bottom: 10px solid #bdbaba;
}

/* .career {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
img.career-img {
    max-width: 80%;
    height: 270px;
    float: left;
    margin-right: 20px;
}
p.career-content {
    font-size: 0.87rem;
    color: black;
    font-weight: 400;
    padding: 10px 0px;
    margin-bottom: 0px;
}
span.career-span-two {
    color: #900C3F;
    font-weight: 700;
}
a.career-link-one {
    color: black;
    font-weight: 700;
    font-size: 1rem;
}