.career-banner {
    background-color: black;
    background-image: url("/images/global-revenue.jpg");
    background-position: center;
}
#benefits-list {
    margin-top: 2em;
    place-self: center;
    @media only screen and (min-width: 995px) {
        padding-right: .5em;

        li {
            transition: all 0.1s ease-out;
            text-align: center;
            &:hover {
                transform: scale(1.2);
            }
        }
    }
    li {
        font-weight: 300;
        list-style: none;
        line-height: 1.5em;
        padding: 1em 0;
    }
}
.job-col {
    grid-template-columns: repeat(auto-fit, 300px);
    align-content: center;
    justify-content: center;
    margin: 1.5em 0 3em 0;
    div:hover {
        span {
            color: var(--hover);
            border-color: var(--hover);
        }
    }
}
.job-col p {
    text-align: center;
}
.job-col a {
    display: block;
}
.job-container {
    max-width: 90%;
    margin: 2em auto;
}
.apply-button {
    display: inline-block;
    color: white;
    padding: 0.8em 2.5em;
    background-color: var(--button);
    font-weight: 400;
    border-radius: 7px;
    &:hover {
        background-color: var(--hover);
    }
}
 .span {
    color: #595959;
    border-bottom: 0.5px solid #595959;
}