@media (min-width: 1280px) {
    .homeFirstScreen {
        margin-bottom: 100px;
    }

    .homeScreenImageContainer {
        position: absolute;
        width: 1207px;
        height: 680px;
        top: 0;
        left: 533px;
        z-index: -10;
    }

    .homeScreenImageContainer__mobile {
        display: none;
    }

    .homeScreenImageContainer img {
        position: absolute;
    }

    .homeScreenImageContainer video {
        position: absolute;
        width: 100%;
        opacity: 0;
        backdrop-filter: blur(5px); /* fix video back black line artefact*/
    }

    .homeScreenContainer {
        position: relative;
    }

    .homeFirstScreenBookADemoButton {
        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;
    }

    .textImageImageContainer {
        max-width: 398px;
        max-height: 310px;
    }

    .textImageImageContainer img {
        width: 100%;
        height: 100%;
    }

    .twoTextImageContainer {
        padding-top: 24px;
    }

    .logoListContainer {
        /*padding: 40px;*/
    }

    .logoListIconContainer {
        max-width: 120px;
        max-height: 90px;
    }

    .logoListContainer .logos-list-in-tab {
        gap: 24px;
    }

    .logoListContainer .logos-list-in-tab {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .forcol__home {
        padding-top: 80px;
    }

    .forcolTitle__home {
        padding-bottom: 16px;
    }

    .twoColImageContainer {
        max-width: 580px;
        max-height: 310px;
    }

    .twoColImageContainer img {
        padding-left: 91px;
        padding-right: 91px;
        width: 398px;
        height: 310px;
    }

    .twoColTextBlock {
        padding-top: 24px;
    }

    .twoColTextBlock .for-col-item-title {
        margin-top: 16px;
        margin-bottom: 12px;
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .spotlightSection {
        margin-bottom: 128px;
    }

    .spotlightStoriesSectionTitle {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .homePageStoriesWrapper {
        margin-top: 40px;
    }

    .homePageStoriesWrapper .stories-block-item:first-child {
        height: 100%;
        width: 100%;
        max-width: 787px;
        max-height: unset;
    }

    .homePageStoriesWrapper .stories-block-item:first-child .stories-block-item-image-img {
        max-width: 787px;
        max-height: 378px;
    }

    .homePageStoriesWrapper .stories-block-item:first-child .stories-block-item-descr {
        display: none;
    }

    .homePageStoriesWrapper .stories-block-item-inf {
        padding: 24px 32px 32px 32px;
    }

    .homePageStoriesWrapper .stories-block-item-tag {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 62px;
        font-family: Montserrat, sans-serif;
        font-size: 10px;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: -0.02em;
        text-align: left;
        margin-bottom: 16px;
    }

    .homePageStoriesWrapper .stories-block-item-title {
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        margin-bottom: 8px;
    }

    .homePageStoriesWrapper .stories-block-item-meta {
        font-family: Inter, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.02em;
        text-align: left;
        margin: 0;
    }

    .homePageStoriesWrapper .stories-block-item {
        max-width: 373px;
        max-height: unset;
    }

    .homePageStoriesWrapper .stories-block-item-descr {
        margin-top: 16px;
    }

    .logoTabSliderSectionTitle {
        margin-bottom: 64px;
    }

    .logoTabSliderTitle {
        margin-bottom: 16px !important;
    }
}

@media (max-width: 1279px) {
    .homeScreenImageContainer__desktop,
    .homeScreenImageContainer video {
        display: none;
    }
}