
.vacancy-items-slider-v2 > .boxed {
    padding: 192px 64px 0 64px !important;
}

.vacancy-items-slider-v2 .heading-container {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    gap: 16px;
}

.vacancy-items-slider-v2 .heading-container .heading {
    position: relative;
    margin-bottom: 0;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    background-clip: text;
    font-family: 'Panton', sans-serif;
    font-size: 44px;
    font-weight: 370;
    line-height: 48px;
    -webkit-text-fill-color: transparent;
}

.vacancy-items-slider-v2 .heading-container .heading::after {
    position: absolute;
    top: -192px;
    left: -256px;
    z-index: -1;
    width: 512px;
    height: 512px;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
}

.vacancy-items-slider-v2 .heading-container.bg-yellow .heading::after {
    background-image: url('/wp-content/themes/strevon/assets/images/elements/yellow-ellipse.svg');
}

.vacancy-items-slider-v2 .heading-container.bg-blue .heading::after {
    background-image: url('/wp-content/themes/strevon/assets/images/elements/blue-ellipse.svg');
}

.vacancy-items-slider-v2 .boxed .splide__slide .item > .content .item-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #636A75;
    line-height: 20px;
}

.vacancy-items-slider-v2 .boxed .splide__slide .item .item-content .location {
    position: relative;
    margin-left: 20px;
}

.vacancy-items-slider-v2 .boxed .splide__slide .item .item-content .location::before {
    position: absolute;
    top: 0;
    left: -24px;
    width: 20px;
    height: 20px;
    content: '';
    background-color: #636A75;
    mask-image: url(/wp-content/themes/strevon/assets/images/icons/location.svg);
    -webkit-mask-image: url(/wp-content/themes/strevon/assets/images/icons/location.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
}

.vacancy-items-slider-v2 > .boxed > .read-more {
    display: flex;
    justify-content: right;
    margin-top: 32px;
}

.vacancy-items-slider-v2 > .boxed > .read-more > a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    font-family: 'Panton', sans-serif;
    font-size: 18px;
    font-weight: 350;
    color: #1A2233;
    line-height: 28px;
    column-gap: 8px;
}

.vacancy-items-slider-v2 > .boxed > .read-more > a::after {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(/wp-content/themes/strevon/assets/images/icons/arrow-right.svg);
    background-size: cover;
}

@media (max-width: 768px) {
    .vacancy-items-slider-v2 > .boxed {
        padding: 64px 16px 0 16px !important;
    }

    .vacancy-items-slider-v2 .heading-container {
        margin-bottom: 24px;
    }

    .vacancy-items-slider-v2 .heading-container .heading {
        font-size: 24px;
        line-height: 32px;
    }
}