@media (max-width: 1100px){
    .announcements-block .custom-post-news{
        width: 31.85%;
    }
    .single_title{
        width: 90%;
    }
}
@media (max-width: 921px){
    .announcements-block .custom-post-news{
        width: 48%;
    }
}
@media (max-width: 650px) {
    .announcements-post-excerpt p {
        font-size: 16px;
        line-height: 24px;
    }
    .announcements-block .custom-post-news{
        width: 100%;
    }
    .tag_deadline{
        flex-direction: column;
        align-items: start;
        gap: 18px;
        margin-top: 35px;
    }
    .tags{
        width: 100%;
        justify-content: start;
    }
    .single_title{
        font-size: 20px;
        line-height: 32px;
        width: 100%;
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #DEDEDE;
    }
    .single-content p{
        font-size: 14px;
        line-height: 26px
    }
    .single-content h3{
        margin: 32px 0 16px;
        line-height: 32px;
    }
    .single-content ul li{
        margin: 12px 0;
    }
    .single-content ul{
        margin-bottom: 16px;
    }
    .wp-block-image figcaption{
        line-height: 22px;
        font-size: 14px;
    }
    .wp-block-image:nth-of-type(1){
        margin-top: 17px;
    }
    .single-content{
        margin-bottom: 57px;
    }
}

@media (max-width: 540px){
    .single-bottom{
        flex-direction: column;
        gap: 30px;
    }
    .single-bottom-info{
        margin-bottom: 40px;
    }
}
/*@media (max-width: 480px) {*/
/*    .desktop_next{*/
/*        display: none;*/
/*    }*/
/*    .mobile_load_more{*/
/*        display: block;*/
/*    }*/
/*}*/