.engineer-2 .joboffer .nav {
    font-size: 18px;
    margin: 0 auto 40px;
    font-weight: 700;
    padding: 10px 40px;
    background-color: rgb(90, 90, 90);
    width: fit-content;
    color: white;
}

.joboffer-item h2 {
    padding: 15px;
    text-decoration: underline;
    color: rgb(0 137 255);
}