section.title_section {
    background: linear-gradient(0deg, rgba(39, 39, 39), rgba(51, 51, 51, 0.5)), url(/wp-content/uploads/2025/08/3.jpg);
    background-position: center;
    background-size: cover;
}
.title_background {
    width: 1199px;
    margin: auto;
    padding-top: 250px !important;
    padding-bottom: 180px !important;
}
.col-12.title_text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/** vacatures template part**/
.vacature-item {
    border: 2px solid #1C5E5B;
    backdrop-filter: blur(10px) !important;
    background: #18504d94 !important;
    color: #fff !important;
    padding: 0 20px 10px 20px;
    min-height: 580px !important;
    margin-bottom: 20px;
}
h2.item_title {
    margin: 15px 0;
    width: fit-content;
    padding: 0 10px;
    position: relative;
}
.item-btn {
    padding: 10px 15px;
    bottom: 30px;
    position: absolute;
}
img.item_image {
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

/*list */
.inner--box {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.inner--box p {
    padding: 0 10px;
    background: #1E3E3D;
    z-index: 2;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 5px;
}
.inner--box:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #eee;
    top: 0.8rem;
}