.section__special-redaction {
    /*  */
}

.special-redaction__container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 1rem;
    height: auto;
    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%);
    gap: .5rem;
    padding: .5rem;
    border-radius: 20px;
}

.special-redaction__left-side {
    width: 42%;
}

.special-redaction__left-side-image-container {
    width: 100%;
    height: 186px;
    margin-bottom: 1rem;
}

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

.special-redaction__title-container {
    margin-bottom: 1rem;
}

.special-redaction__title-text {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: auto;
}

.special-redaction__title-link {
    text-decoration: none;
    color: #000000 !important;
}

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

.special-redaction__kanal-icon {
    height: 16px;
    width: 16px;
}

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

.special-redaction__right-side {
    width: 58%;
    gap: .5rem;
}

.special-redaction__right-side-image-container {
    width: 176px;
    height: 108px;
}

.special-redaction__right-side-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.special-redaction__right-side-title-container {
    margin-top: .65rem;
    margin-bottom: 1rem;
}

.special-redaction__right-side-title-text {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.special-redaction__right-side-title-link {
    text-decoration: none;
    color: #000000 !important;
}

.special-redaction__right-side-kanal-text {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: auto;
    color: #000000;
}

.special-redaction__right-side-kanal-icon {
    height: 16px;
    width: 16px;
}

.special-redaction__right-side-date-text {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: auto;
    color: #999696;
}

.special-redaction__btn-more {
    background-color: #0066DC;
    border-radius: 10px;
    padding: 8px 32px;
    font-weight: 700;
    font-size: 12px;
    line-height: auto;
    color: #FFFFFF;
}

/* @media (min-width: 0px) and (max-width: 1200px) {
    .section__special-redaction {
        display: none;
    }

    .special-redaction__container {
    }
} */
