.job-article-button {
    height: 83.3px; 
    width: 100%; 
    background-color: #F8F8F8;
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    margin-bottom: 10px; 
    margin-top: 10px;
}
.job-article-button:hover {
    background-color: #E7E7E7;
}
.job-title-heading {
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: auto;
    margin-top: auto;
    font-size: 17px;
}
.job-link {
    text-decoration: none !important;
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4em;
}
