.job-listing-items-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.job-listing-items-container:nth-of-type(odd) .job-posting-meta-date{
    background: #FF552F;
}
.job-listing-items-container:nth-of-type(even) .job-posting-meta-date{
    background: #162052;
}
.job-listing-items-container .job-posting-meta-date {
    padding: 8px 0px 5px 0px;
    margin-right: 15px;
    flex: 0 0 77px;
}
.job-posting-date {
    text-align: center;
}
.job-listing-items-container .job-posting-meta-date .job-posting-day {
    font-size: 31px;
    margin-bottom: 0;
    color: white;
    line-height: 1;
    font-family: KGSecondChangesSketch;
}
.job-listing-items-container .job-posting-meta-date .job-posting-month {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: white;
    line-height: 1;
    letter-spacing: 4px;
    font-family: FuturaStd-Book;
}
.job-listing-wrapper .job-listing-header {
    color: #009AAB;
    font-size: 25px;
    margin-bottom: 35px;
    font-family: KGSecondChangesSketch;
}
.job-posting-title-details p{
    font-family: FuturaStd-Book;
}
.job-posting-title-details p:not(.job-details){
    letter-spacing: 0.5px;
    font-size: 20px;
    margin-bottom: 0;
    font-family: FuturaStd-Heavy !important; 
}
.job-posting-title-details a {
    color: #162052;
    font-weight: 700;
}
.job-posting-view-link{
    font-family: FuturaStd-Heavy;
    text-align: right;
    margin-bottom: 0;
    margin-top: 50px;
}
.job-posting-view-link a {
    color: #0F1638 !important;
    text-transform: uppercase;
    border-bottom: 2px solid #00C0E8;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
}
.job-posting-view-link a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #0F1638;
    transition: width 0.5s ease-in-out;
}
.job-posting-view-link a:hover:before {
    width: 100%;
}