.hero-vacancies {
    height: calc(100vh - 100px);
    .vacancies-bg:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 100%);
    }
}

.vacancy-gallery img {
    max-height: 320px;
}
.vacancy-gallery img:last-child {
    grid-row: 1/3;
    grid-column: 2;
    max-height: 100%;
}
.single-vacancy-card  {
    h3 {
        font-size: 24px;
    }
}

@media (max-width:992px) {
    .vacancy-gallery img:last-child {
        grid-column: 1/3;
        grid-row: 1;
    }
    .single-vacancy-card  {
        h3 {
            font-size: 21px;
        }
    }
}
#vacancies-form {
    .wpforms-container-full {
        width: 100% !important;
        max-width: 100% !important;
        input, select {
            width: 100% !important;
            max-width: 100% !important;
        }
        .wpforms-field-description {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
        }
        textarea {
            resize: none !important;
            overflow: hidden;
            &::placeholder{
               opacity: 0
            }
        }
    }
}
.single-vacancies {
    .post-editor h2 {
        margin-top: 0 !important;
    }
}
.section-single-vacancies .image img{
    max-height: 480px;

}
@media (min-width: 768px) {
    .md\:h-\[350px\] {
        height: 350px;
    }
}
