/* Container */
.section-container {
    margin-bottom: 70px;
}
#job-vacancy .section-title::after {
    content: "";
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    width: 100px;
    height: 4px;
    background-color: var(--blue);
}

/* Button */
#job-vacancy-list > div:hover > div {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

/* Text/Image */
.section-title {
    color: var(--blue);
    margin-bottom: 50px;
}
#job-vacancy a {
    color: inherit;
    text-decoration: none;
}
#job-vacancy img {
    border-radius: var(--big-radius);
}
#job-vacancy-list a {
    color: revert;
}
