.career-title {
    position: relative;
}

.career-title:after {
    background-color: var(--bs-primary);
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    max-width: 100%;
    position: absolute;
    width: 200px;
}

.career-apply-form .steps {
    display: none;
}