.banner {
    background: url(../images/career/output-onlinejpgtools.jpg) no-repeat;
    min-height: 340px;
    width: 100%;
    background-size: cover;
    margin-top: 64px;
    background-position: center;

}

.content {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    transition: 0.2;
}

.content-thejobs .calendar_icon {
    padding-right: 10px;
    padding-top: 10px;
}

.content-img {
    display: flex;
    justify-items: center;
}

.content-img img {
    width: 90%;
    display: flex;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
}

.content-thejobs h1 {
    color: #f26522;
}

.content-thejobs h4 {
    font-size: 1.5rem;
    font-weight: 400;
}

.content-thejobs p {
    padding: 5px 0px;
    font-size: 1.6rem;

}

.content-thejobs .dots {
    font-size: 0.8rem;
    padding-right: 10px;
}

.content:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.content-thejobs a {
    border-radius: 5px;
    background-color: #e3e3e3;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 10px;
}

.content-thejobs a:hover {
    background-color: #f26522;
    color: #fff;
}

.content-thejobs .thejob_button {
    display: flex;
}

.content-thejobs {
    padding: 10px 0px;
}

.content-thejobs .note {
    font-weight: bold;
}