@media (min-width: 1280px) {
    .careersContainer {
        display: flex;
        flex-direction: row;
        max-width: 1200px;
        width: 100%;
        gap: 40px;
    }

    .careersTextContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 580px;
    }

    .careersImageContainer {
        max-width: 580px;
        max-height: 430px;
        width: 100%;
    }

    .applyNowButton {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        height: 32px;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .careersTitle {
        margin-bottom: 16px;
    }

    .careersText {
        max-width: 480px;
        width: 100%;
        margin-bottom: 32px;
    }

    .careersText p {
        margin: 0;
    }

    .careersCardsSectionTitle {
        padding-bottom: 12px !important;
        margin-bottom: 40px !important;
    }

    .careersSixColumnsIcon {
        margin-bottom: 16px;
        width: 48px;
        height: 48px;
    }

    .careersCardTitle {
        margin: 0 0 12px;
    }

    .careerStarsContainer {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 787px;
        max-height: 210px;
        gap: 40px;
        justify-content: flex-start;

    }

    .careersStarItemTitle {
        margin-bottom: 4px;
    }

    .careersStarItem img {
        width: 42px;
        height: 39px;
    }

    .careersReadMoreButton {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        letter-spacing: -0.02em;
        text-align: left;
        height: 32px;
    }

    .joinTeamSubtitle {
        padding-bottom: 16px;
        margin: 0 0 40px !important;
    }

    .buttonInTitle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        height: 32px;
        align-self: flex-start;
    }

    .welcomekit-jobs-list-item {
        width: 373px;
        height: 164px;
    }

    .welcomekit-job-department, .welcomekit-job-officeCity, .welcomekit-job-contractType {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: fit-content;
        background: #D1EBF8;
        border: none;
        border-radius: 8px;
    }

    .welcomekit-job-infos {
        margin-top: auto;
        padding: 0 40px 32px 40px;
    }

    .welcomekit-job-infos li {
        font-family: Montserrat, sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .welcomekit-jobs-list-item-link {
        height: 164px;
        display: flex;
        flex-direction: column;
    }

    .welcomekit-job-name {
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .story-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .story-header__title {
        margin-bottom: 0;
    }

    .story-header__arrows {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .story-header__arrow {
        position: relative;
        display: flex;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
        cursor: pointer
    }

    .story-header__arrow.story-header__arrow_left {
        transform: rotate(180deg);
    }

    .story-header__arrow-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        opacity: 1;
        transition: opacity .3s ease;
        pointer-events: none;
    }

    .story-header__arrow-icon-hover {
        display: flex;
        opacity: 0;
        transition: opacity .3s ease;
        pointer-events: none;
    }

    .story-header__arrow:hover .story-header__arrow-icon {
        opacity: 0;
    }

    .story-header__arrow:hover .story-header__arrow-icon-hover {
        opacity: 1;
    }

    /* .stories-block-item {
        max-height: 472px;
    } */

    .stories-block-item-image {
        max-height: 280px;
    }

    .stories-block-item-title {
        margin-bottom: 4px;
    }

    .stories-block-item-meta {
        margin-bottom: 16px;
        color: #647B90;
    }

    .stories-block-item-descr {
        margin-top: 0;
        font-family: Inter, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .storiesContainer {
        margin-top: 0;
        margin-bottom: 80px;
    }

    .storiesContainer .stories-block-item-inf {
        padding: 24px 32px 32px 32px !important;
    }

    .careersImageSection {

    }

    .careersImageSectionImageContainer {
        max-width: 580px;
        max-height: 488px;
    }

    .careersImageTitle {
        margin-bottom: 16px !important;
    }

    .greens-cols-wrp {
        gap: 40px !important;
    }

    .greens-cols-wrp-col {
        max-width: 270px;
        max-height: 148px;
        padding: 32px 40px;
    }

    .careersStarItem {
        display: flex;
        align-items: center;
        padding: 40px;
        max-height: 210px;
    }

    .green-card-numbig {
        font-family: Montserrat, sans-serif;
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.02em;
        text-align: left;
        margin-bottom: 4px ;
    }

    .section-story-title {
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: left;

    }

    .storyWrapper {
        margin-top: 0;
        padding-left: 0;
        margin-left: 8.3333333333%;
    }

    .mapDescription {
        max-width: 580px;
        margin-bottom: 40px;
    }

    .map-image {
        margin-top: 40px;
    }

    .wideStoryCard {

    }

    .widesStoryVideoContainer {
        width: 580px !important;
        max-width: 580px !important;
        max-height: 400px !important;
        height: 400px !important;
    }

    .stories-block-item-inf2 {
        padding: 32px;
    }

    .wideCardText {
        font-family: Inter, sans-serif !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 22px !important;
        letter-spacing: 0 !important;
        text-align: left !important;
    }

    .carVacPadding {
        padding-top: 80px !important;
    }

    .joinTeamTitle {
        margin: 0 0 16px !important;
    }

    .car-vac-section__wrap {
        position: relative;
    }

    .car-vac-section__el4 {
        z-index: -1;
        position: absolute;
        border-radius: 100%;
        opacity: 0.15;
        background: radial-gradient(50% 50% at 50% 50%, #00A6D3 0%, rgba(0, 132, 168, 0.00) 100%);
        width: 1875px;
        height: 1875px;
        flex-shrink: 0;
        top: -308px;
        left: 460px;
    }

    .pb120 {
        padding-bottom: 120px
    }
}


@media (max-width: 1279px) {
    .story-header {
        display: none;
    }
}