#latestJobs {
    min-height: 850px;
}

#latestJobs p, #advices p, #itTop {
    font-family: Lato;
    font-size: 18px;
    line-height: 68px;
    font-weight: 400;
    color: #9095a0;
}

.cardImagePlaceholder {
    height: 60px;
    width: 60px;
}

.card-title {
    font-family: Lato !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    color: #171A1FFF !important;
}

.card-text {
    font-family: Lato !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    color: #171A1FFF !important;
}

.card {
    border-color: #f3f4f6;
    border-radius: 8px;
}

.cardDetails {
    color: #9095a0;
}

#moreJobs {
    width: 97px;
    height: 44px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Lato;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #FFFFFFFF;
    background: #0EA89BFF;
    opacity: 1;
    border: none;
    border-radius: 4px;
}


#moreJobs:hover {
color: #FFFFFFFF;
background: #0C988DFF;
}

.job {
    width: 377px;
    padding: 0%;
}