.job-banner {
    background: url(/images/balls.jpg) bottom/cover no-repeat;
    height: 180px;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    justify-content: space-between;
}
