.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#hero {
    background: var(--bs-dark);
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
}

.job-position {
    border-bottom: 3px solid #fff;
}

.border-stick {
    border-left: 2px solid var(--bs-primary);
    position: relative;
}

.border-stick::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid var(--bs-primary);

}

.progress {
    height: 35px;
}

.progress-bar,
.hover-dark:hover,
.submit-button,
nav.bg-dark,
#topMenu {
    background: var(--bs-dark) !important;
    color: #fff;
}

.service-icon i {
    font-size: 2em !important;
}

.section-space {
    margin: 5em 0 !important;
    min-height: 50vh;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}