.section__story__desktop {
    display: block;
}

.section__story__mobile {
    display: none;
}

.story__header {
    /*  */
}

.story__title {
    /*  */
}

.story__link {
    text-decoration: none;
}

.story__container {
    display: flex;
    gap: .25rem;
    padding: .5rem;
    background: linear-gradient(180deg, rgba(247, 247, 247, 0.1) 22%, rgba(23, 108, 174, 0.1) 41.5%, rgba(1, 115, 249, 0.1) 81%);
}

.story__item {
    width: 100%;
    height: 206px;
    border-radius: 10px;
    position: relative;
}

.story__item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.story__item__link {
    /*  */
}

.story__item__image_content {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.story__item__play {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 40%;
    left: 40%;
}

.story__item__text {
    position: absolute;
    width: 100%;
    height: 82px;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    padding: .25rem;
}

.story__item__header {
    padding: 0;
    margin: 0;
}

.story__item__title {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.story__item__link {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #FFFFFF;
}

.story__item__kanal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.story__item__kanal__title {
    padding: 0;
    margin: 0;
    display: flex;
}

.story__item__kanal__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
}

.story__item__kanal__icon {
    width: 12px;
    height: 12px;
}

.story__item__kanal__date {
    padding: 0;
    margin: 0;
    display: flex;
}

.story__item__kanal__date__link {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #B1B0B0;
    font-size: 10px;
    font-weight: 400;
}

@media (min-width: 0px) and (max-width: 768px) {
    .section__story__desktop {
        display: none;
    }

    .section__story__mobile {
        display: block;
    }

    .story__header {
        padding: .5rem;
    }

    .story__item {
        width: 162px;
        height: 256px;
    }
}
