.news_ul {
        margin: 0 -1%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
}

.news_ul li {
        list-style: none;
        width: 33.3%;
        padding: 1%;
        margin-bottom: 25px;
}

.news_block_main {
        width: 100%;
}

.news_block_main_img img {
        display: block;
        width: 100%;
}

.news_block_main_txt span {
        color: #9747ff;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px;
        display: inline-block;
}

.news_categories a,
.news_block_main_txt span a {
        color: #a5a5a5;
        padding: 1px 10px;
        font-size: 14px;
        border: 1px solid #a5a5a5;
        border-radius: 20px;
        width: fit-content;
        margin-left: 10px;
        margin-right: 10px;
}

.news_block_main_txt {
        margin-top: 20px;
}

.news_block_main_txt h5 {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 0;
}

.pagination_ul {
        display: flex;
        flex-wrap: wrap;
}

.pagination_ul li {
        list-style: none;
        padding: 5px;
}

.pagination_ul li .page-numbers,
.pagination_ul li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        height: 40px;
        padding: 0 10px;
        background: rgba(0, 101, 179, 0.05);
        border-radius: 5px;
        color: black;
}

.pagination_ul li a:hover {
        background: rgba(0, 101, 179, 0.09);
}

.pagination_block {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 10px;
}

.pagination_info {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
}

.news_detail_block img:not(.social_ul img) {
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 25px;
}

.news_detail_block {
        max-width: 1097px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
}

.news_detail_image {
        margin-top: 15px;
        margin-bottom: 25px;
        max-height: 450px;
        width: 100%;
        overflow: hidden;
        border-radius: 20px;
}

.news_detail_image img {
        height: auto;
        width: 100%;
        display: block;
        object-fit: cover;
        margin-bottom: 0 !important;
}

.news_detail_content * {
        color: #000000;
        font-size: 16px;
        line-height: 1.8;
        font-weight: 400;
}

.news_detail_content a {
        color: inherit;
}

.post_navigation a {
        color: inherit;

}

.post_navigation a:hover {
        color: var(--light-blue) !important;
}

.text_clr_02 {
        color: var(--light-blue) !important;
        background: unset;
        -webkit-background-clip: unset;
        -webkit-background-clip: unset !important;
        -webkit-text-fill-color: unset !important;
}

.social_ul {
        width: 40px;
        margin: 0;
        padding: 0;
        position: absolute;
        left: -80px;
        top: 0;
}

.social_ul.pos_sticky {
        position: sticky;
}

.social_ul li {
        width: 100%;
        margin-bottom: 10px;
}

.social_ul li a {
        width: 100%;
        display: inline-flex;
        aspect-ratio: 1/1;
        border: solid 1px #2b3491;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
}

.social_ul li a:hover {
        background: #d8e4ff;
}

@media only screen and (max-width: 1650px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1119px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 870px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 570px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 300px) {}