.page-header {
    background: url(../../images/pages/join_us/background.jpg) lightgray 50% / cover no-repeat;
}


#venipharm .double-block-image-card {
    background-image: linear-gradient(0deg, rgba(2, 63, 125, 0.50) 0%, rgba(2, 63, 125, 0.50) 100%), 
                url(../../images/pages/join_us/venipharm.jpg);
    background-position: 50%, 50%;
    background-size: cover, auto 100%;
    background-repeat: no-repeat, no-repeat;
}
#diversity-inclusion .double-block-image-card {
    background-image:   linear-gradient(0deg, rgba(2, 63, 125, 0.50) 0%, rgba(2, 63, 125, 0.50) 100%), 
                        url(../../images/pages/join_us/diversity.jpg);
    background-position: 50%, 50%;
    background-size: cover, auto 100%;
    background-repeat: no-repeat, no-repeat;
}