/*
Theme Name: Park
*/

/* .postid-1190 .video-block {
    display: none !important;
}

.postid-1189 .video-block {
    display: none !important;
}

.postid-1167 .video-block {
    display: none !important;
} */

@media (min-width: 600px) {
    .easter-form .easter-form__form .input-box .standard-title {
        height: 4.0137vw !important;
        top: -4.0137vw !important;
    }

    .easter-form .easter-form__form .top-wrap {
        padding: 4.0137vw 10vw 0 !important;
    }

    .easter-form .easter-form__form .input-box:last-child {
        margin-bottom: 4vw !important;
    }
}

@media (min-width: 1200px) {
    .easter-form .easter-form__form .input-box:nth-last-child(2) {
        margin-bottom: 4vw !important;
    }
}

.easter-form .easter-form__form .input-box .standard-title {
    display: flex !important;
    align-items: center !important;
}

@media (max-width: 400px) {
    .easter-form .easter-form__form .input-box .standard-title {
        width: 100vw;
    }
}

@media screen and (max-width: 992px) {
    .jobs-block-item .content h2 {
        font-size: 30px;
        padding-right: 20px;
    }

    .jobs-block-item .content {
        padding: 15px 30px;
    }
}