.job{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:black;
    padding: 15px;
    margin-bottom: 20px;
}

.job:hover{
    color:black;
}

.job:last-child{
    margin-bottom:0;
}

.job div p:first-child{
    margin-bottom:0;
    text-transform: uppercase;
    font-weight: bold;
}

.job div p:last-child{
    margin-bottom:0;
    font-weight: 100;
}