.section-stories {
    padding: 0;
    margin-bottom: 40px;
}

.section-stories .block_section_stories {
    display: flex;
    justify-content: space-between;
    height: 182px;
    gap: 15px;
}

@media screen and (max-width: 1440px) {
    .section-stories .block_section_stories {
        height: 160px;
    }
}

@media screen and (max-width: 1325px) {
    .section-stories .block_section_stories {
        height: 140px;
    }
}

@media screen and (max-width: 1200px) {
    .section-stories .block_section_stories {
        height: 130px;
    }
}

.section-stories .story-item {
    height: 100%;
    flex: 0 1 373px;
    cursor: pointer;
}

.section-stories .story-item .story-icon {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.stories-wrapper .stories-block_main {
    min-width: 430px;
}