.announcements-section .sub-heading{
    margin-top: 56px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 32px;
}
.announcements-section .post-thumbnail img{
    width: 100%;
}

.post-excerpt  a{
    text-decoration: none;
    font-weight: 500;
}
.announcements-post-excerpt p{
    font-size: 18px;
    line-height: 32px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    transition: .5s;
}

.post-date{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #DEDEDE;
}
.day{
    color: #2C6EB0;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    margin: 33px 0 10px;
}
.month-year{
    color: #2C6EB0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.deadline{
    color:  #2C6EB0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.deadline span:nth-child(1){
    height: 20px;
}
.completed .day,
.completed .month-year,
.completed a p,
.completed .deadline{
    color: #707070;
}

/**/
.announcements-block{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5%;
}
.custom-post-news{
    width: 23.85%;
    margin-bottom: 25px;
}
.custom-post-news:hover {
    box-shadow: 0px 4px 19px 0px rgba(5, 35, 65, 0.09);
}
.post-info {
    max-width: 322px;
    min-height: 276px;
    padding-left: 20px;
}
/*Pagination*/
.pagination-block{
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: end;
    margin: 60px 0 80px;
}
.page-numbers{
    color:  #121212!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}
.page-numbers.current{
    color: #FFF!important;
    background: #2C6EB0;
    padding: 7px 15px;
}
.next,
.prev{
    position: relative;
    top: 3px;
}
.mobile_load_more{
    display: none;
}


/*Single*/

.deadline_time,.complete_time{
    display: flex;
    gap: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    align-items: center;
    margin: 0;
}
.deadline_time span,.complete_time span{
    height: 24px;
}
.deadline_time{
    color: #2C6EB0;
}
.complete_time{
    color: #8D8E91;
}
.tag_deadline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 30px;
}
.tags{
    margin: 0;
}
.single_title{
    color: #121212;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 32px 0;
    width: 65%;
}
.single-content p{
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.single-content h3{
    color: #121212;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin: 40px 0 16px 0;
}
.single-content h4{
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.wp-block-image{
   display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 ;
}
.wp-block-image figcaption{
    margin: 0;
    color: #2C6EB0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.single-content p a,
.single-content a{
    color: #2C6EB0;
    text-decoration: none;
}
.single-content ul{
    margin-left: 0;
    padding: 0;
    list-style: none;
}
.single-content ul li{
    position: relative;
    padding-left: 40px;
    margin: 16px 0;
}
.single-content ul li:before{
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2024/05/ic_round-check.png');
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}
.single-content{
    margin-bottom: 80px;
}
.banner-single-project{
    margin-top: 48px;
}
/*share*/
.single-bottom{
    display: flex;
    justify-content: space-between;
}
.socials-block{
    display: flex;
    gap: 15px;
}
.single-bottom-info .container{
    padding-top: 33px;
    border-top: 1px solid #DEDEDE;
}
.single-bottom-info{
    margin-bottom: 80px;
}
.youtube-video{
    margin-top: 32px;
}
.youtube-video iframe{
    width: 100%;
    min-height: 600px;
}
.single-post-date{
    display: flex;
    gap: 8px;
    color: #515151;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.single-bottom-info .socials-block img{
    height: 25px;
}
.download-link{
    border-radius: 0;
    background: #439DD6;
    border: 1px solid #439DD6;
    color: #fff!important;
    cursor: pointer;
    transition: .5s;
    text-decoration: none;
    padding: 10px 30px;
}
.download-link:hover {
    border: 1px solid orange;
    background: orange;
    color: #fff;
}