.mw-empregos{
    grid-column: span 3;
    grid-row: span 1;
    background-color: #ffffff;
    border-bottom: 0.5px solid #bbbbbb;
}
.mw-empregos header{
    font-family: "GiorgioSans-Regular";
    font-size: 28px;
    letter-spacing: 1px;
    border-bottom: 0.5px solid #bbbbbb;
    padding: 15px 15px 5px 20px;
}
.mw-empregos p{
    font-size: 17px;
    line-height: 21px;
}
.empregos-div {
    padding: 10px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    max-height: 80px;
}
.empregos-div > a > h2{
    font-family: "GuardianSans-bold";
    font-size: 25px;
    color: black;
    font-size: 22px;
    line-height: 26px;

}
.empregos-active{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.empregos-active-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "GiorgioSans-Regular";
}
@media(max-width: 999px) {
    .mw-empregos{
        grid-column: span 2;
        height: 140px;
    }
    .empregos-div {
    padding: 10px;
    }
}