.section__article {
    margin-bottom: 1rem;
}

.article__header {
    /*  */
}

.article__container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: .75rem;
}

.article__wrapper {
    display: flex;
    align-items: stretch;
    gap: .75rem;
}

.article__image {
    flex-shrink: 0;
    width: 306px;
    height: 201px;
}

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

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

.article__title {
    margin-top: 1rem;
}

.article__title__text {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: auto;
    color: #0B0B0B;
}

.article__title__link {
    text-decoration: none;
}

.article__subtitle {
    /*  */
}

.article__subtitle__kanal {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.article__subtitle__kanal__link {
    display: flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
}

.article__subtitle__kanal__text {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: auto;
    color: #000000;
}

.article__subtitle__kanal__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article__subtitle__kanal__icon__image {
    width: 16px;
    height: 16px;
}

.article__subtitle__date {
    /*  */
}

.article__subtitle__date__link {
    text-decoration: none;
}

.article__subtitle__date__text {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: auto;
    color: #999696;
}

@media (min-width: 0px) and (max-width: 768px) {
    .section__article {
        margin-bottom: 1rem;
        padding: 0px .5rem;
    }

    .article__header {
        /*  */
    }

    .article__container {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: .75rem;
    }

    .article__wrapper {
        display: flex;
        align-items: stretch;
        gap: .5rem;
    }

    .article__image {
        flex-shrink: 0;
        width: 166px;
        height: 104px;
    }

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

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

    .article__title {
        margin-top: .25rem;
    }

    .article__title__text {
        padding: 0;
        margin: 0;
        font-weight: 700;
        font-size: 14px;
        line-height: auto;
        color: #0B0B0B;
    }

    .article__title__link {
        text-decoration: none;
    }

    .article__subtitle {
        /*  */
    }

    .article__subtitle__kanal {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    .article__subtitle__kanal__link {
        display: flex;
        align-items: center;
        gap: .5rem;
        text-decoration: none;
    }

    .article__subtitle__kanal__text {
        padding: 0;
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: auto;
        color: #000000;
    }

    .article__subtitle__kanal__icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .article__subtitle__kanal__icon__image {
        width: 16px;
        height: 16px;
    }

    .article__subtitle__date {
        /*  */
    }

    .article__subtitle__date__link {
        text-decoration: none;
    }

    .article__subtitle__date__text {
        padding: 0;
        margin: 0;
        font-weight: 400;
        font-size: 10px;
        line-height: auto;
        color: #999696;
    }
}
