#filters {
    padding: 50px 0;
}
#filters form {
    position: relative;
}
#filters form input {
    height: 40px;
    padding: 15px;
}
#filters form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: 0;
}
#filters select {
    height: 40px;
}

.jobs {
    padding: 0 0 50px;
}
.jobs img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}
.jobs .content {
    padding: 20px 0 0;
}
.jobs .content h2 {
    color: #333;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
.jobs .content a {
    color: #862A75;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.jobs .date {
    display: flex;
    align-items: center;
    color: #333;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
}
.jobs .date i {
    color: #E1A93B;
    margin-right: 10px;
}
