.news__container > h1 {
    font-size: 32px;
    position: relative;
    padding: 40px 0 20px;
    font-weight: 700;
    line-height: 44.8px;
    text-align: center;
}


@media only screen and (max-width: 767px) {
    .news__container > h1 {
        font-size: 24px;
        line-height: 33.6px;
        padding: 24px 5px 15px;
    }
}
.news__container > h1::before,
.news__container > h1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.news__container > h1::before {
    width: 293px;
    height: 4px;
    background-color: #cfcfcf;
}
.news__container > h1::after {
    width: 143px;
    height: 4px;
    background-color: var(--orange-600);
    border-radius: 2px;
}

.news__container > h1::after {
    width: 143px;
    height: 4px;
    background-color: var(--orange-600);
}

.news__banner {
    background: url(/img/news/notifications-bg.png) no-repeat;
    background-size: cover;
    min-height: 321px;
    display: flex;
    align-items: center;
    aspect-ratio: 4.48;
}

.news__banner .news__banner-content p {
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    color: var(--indigo-700);
    margin-left: 156px;
    filter: drop-shadow(3px 0 0 white) drop-shadow(0 3px 0 white) drop-shadow(-3px 0 0 white) drop-shadow(0 -3px 0 white) drop-shadow(0px 3px 0 #3370AF);
}

@media only screen and (min-width: 768px ) and (max-width: 1023px) {
    .news__container > h1 { 
        padding: 32px 0 20px;
    }
    .news__banner {
        background: url("/img/news/tablet-news-banner.png") no-repeat;
        background-size: cover;
        min-height: 221px;
        width: auto;
        display: flex;
        aspect-ratio: 3.47;
    }

    .news__banner .news__banner-content p {
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
        margin-left: 64px;
    }
}

@media only screen and (max-width: 767px ) {
    .news__banner{
        background: url("/img/news/mobile-news-banner.png") no-repeat;
        background-size: cover;
        min-height: 185px;
        width: auto;
        display: flex;
        aspect-ratio: 2.02;
    }

    .news__banner .news__banner-content p {
        font-size: 28.97px;
        font-weight: 700;
        line-height: 40.56px;
        margin-left: 32px;
    }
}

.blog-main {
    margin-bottom: 60px;
}

.news__container {
    max-width: 1132px;
    margin: 0 auto;
    padding: 0 10px;
}

.news__container.detail {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 10px;
}

.news__list {
    margin-top: 40px;
    padding: 24px 48px;
    border-radius: 8px;
    background: var(--white);
}

.news__item {
    height: 56px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
}

.news__item-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news__item:not(:last-child) {
    border-bottom: 1px dashed #6C67CB;
}

.news__item-date {
    color: var(--black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 24px;
}

.news__item-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--black);
    flex: 1;
    margin-right: 40px;
}

.subsidies-post-img {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 24px 0px 32px 0px;
}

.subsidies-post-img img {
    width: 50%;
    aspect-ratio: 1.77;
}

@media only screen and (min-width: 1024px) {
    .news__item-text:hover {
        text-decoration: underline;
    }
}

.news__item-tag {
    border-radius: 20px;
    border: 1px solid var(--indigo-700);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--indigo-700);
    padding: 6px 12px;
    width: 168px;
    height: 32px;
    text-align: center;
    margin-right: 40px;
    background: var(--white);
}

.news__detail-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 16px;
    margin-top: 12px;
    border-left: 2px solid var(--indigo-700);
    margin-bottom: 32px;
}

.news__detail-title {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    margin-top: 40px;
}

@media only screen and (min-width: 768px ) and (max-width: 1023px) {
    .subsidies-post-img img {
        width: 100%;
        aspect-ratio: 1.77;
    }

    .news__container,
    .news__container.detail {
        max-width: 640px;
        margin: 0 auto;
        padding: 0;
    }

    .news__list {
        margin-top: 24px;
        padding: 16px;
    }

    .news__item {
        flex-direction: column;
        align-items: start;
        height: 76px;
        padding: 8px 0;
    }

    .news__detail-info {
        margin-bottom: 24px;
    }

    .news__item-text {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: var(--black);
        flex: 1;
        margin-right: 0;
        margin-top: 8px;
    }

    .news__item-date {
        font-size: 16px;
        line-height: 20px;
        color: var(--black);
        margin-right: 24px;
    }

    .news__item-tag {
        margin-right: 24px;
    }

    .news__item-text {
        margin-right: 24px;
    }

    .news__detail-title {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 767px ) {

    .subsidies-post-img img {
        width: 100%;
        aspect-ratio: 1.77;
    }
    
    .news__container.detail {
        padding: 0;
    }

    .news__list {
        margin-top: 24px;
        padding: 16px;
    }

    .news__item {
        flex-direction: column;
        align-items: start;
        height: auto;
        padding: 8px 0;
    }

    .news__item-date {
        margin-right: 16px;
    }

    .news__item-tag {
        margin-right: 0;
    }

    .news__item-text {
        margin-right: 0;
        margin-top: 8px;
    }

    .news__detail-info {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    .news__detail-title {
        margin-top: 24px;
    }
}

.btn__news-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.btn__news-group > *:not(:first-child) {
    margin-left: 40px;
}

.btn__news {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid var(--indigo-700);
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--indigo-700);
    cursor: pointer;
}

.btn__news.btn__news--disabled {
    background-color: #d1d5db;
    color: #333333;
    border: none;
    cursor: not-allowed;
}

.btn__news.btn__news--disabled img {
    filter: grayscale(1);
}

.btn__news.btn__news--disabled:hover {
    background-color: #d1d5db;
    color: #333333;
    border: none;
    cursor: not-allowed;
}

.btn__news:hover {
    background-color: var(--white);
    color: var(--slate-blue);
    border: 1px solid var(--slate-blue);
}

.btn__news > .prev__img {
    padding-right: 12px;
}

.btn__news > .next__img {
    padding-left: 12px;
}

@media only screen and (min-width: 768px ) and (max-width: 1023px) {
    .blog-main {
        margin-bottom: 99.6px;
    }

    .btn__news {
        width: 203px;
        height: 48px;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
    }

    .btn__news-group > *:not(:first-child) {
        margin-left: 16px;
    }

    .btn__news > .prev__img {
        padding-right: 10px;
    }

    .btn__news > .next__img {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px ) {
    .blog-main {
        margin-bottom: 32px;
    }

    .btn__news-group {
        flex-direction: column;
    }

    .btn__news-group > *:not(:first-child) {
        margin-left: 0;
        margin-top: 16px;
    }

    .btn__news {
        width: 100%;
        height: 48px;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
    }

    .btn__news > .prev__img {
        padding-right: 8px;
    }

    .btn__news > .next__img {
        padding-left: 8px;
    }
}



.blog-detail-table-content {
    border: 1px solid #4A5796;
    border-radius: 8px;
    padding: 20px;
    background: #E9E9F6;
    box-shadow: 0px 2px 8px 0px #0040E229;
}

.blog-detail-table-content .title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
}

.blog-detail-table-content ol {
    /*list-style-type: none;*/
    /*counter-reset: cupcake;*/
    padding-left: 20px;
}
.blog-detail-table-content ul li {
    padding-left: 20px;
}
.blog-detail-table-content ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333 !important;
    cursor: pointer;
}

.blog-detail-table-content ul li a:hover {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #615EA8 !important;
    cursor: pointer;
}

.blog-detail-table-content ul li:before {
    /*content: counters(cupcake, ".") ". ";*/
    /*counter-increment: cupcake;*/
}
