.home-latest-posts-wrap .row {
    margin-left:-10px;
    margin-right:-10px;
}
.home-latest-posts-wrap .row > * {
    padding-left: 10px;
    padding-right: 10px
}
a.home-latest-posts-item {
    display:block;
    position: relative;
}
.item-post-date-wrap, .item-post-date  {
    position: absolute;
    top:0; left:0;
    height:24px;
    line-height: 24px;
    color:#fff;
    font-size: 12px;
    text-align: center;
    z-index: 1;
}
.item-post-date-wrap {
    display: flex;
    width: 100%;
    position: sticky;
    bottom: 0;
}
.item-post-date-value {
    position: absolute;
    right: 0;
}
.featured-news-value.big-post {
    position: absolute;
    right: 55px;
}
.item-post-date-value.featured-news {
    position: unset;
}
.item-post-date-value.big-post.featured-news {
    position: absolute;
}
.home-latest-posts-wrap .col-12 .item-post-date-wrap {
    height: 22px;
    line-height: 22px
}
.home-latest-posts-wrap .col-6 .item-post-date-wrap {
    height: 20px;
    line-height: 20px
}

.item-post-date-wrap .featured-news-value {
    background: #FE9000;
    /*border-radius: 0 0 3px 0;*/
    min-width: 62px;
}
.home-latest-posts-wrap .col-6 .item-post-date-wrap .featured-news-value {
    /*border-radius: 0 3px 0 0;*/
}
.item-post-date, .item-post-date-value {
    width: 55px;
    background: #3A8FAC;
    /*border-radius:3px 0 3px 0;*/
}
.home-latest-posts-wrap .col-6 .featured-news .item-post-date-wrap {
    width: 100%
}
.home-latest-posts-wrap .col-6 .featured-news .item-post-date-wrap > * {
    flex-basis: 100%;
    min-width: unset;
    width: unset
}
.home-latest-posts-item.featured-news .item-post-date-value {
    /*border-radius: 3px 0 0 0*/
}
.home-latest-posts-wrap .item-post-img {
    display:block;
    border-radius: 4px;
    margin: 0 auto 10px;
	aspect-ratio: 2/1;
}
.home-latest-posts-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #161616;
    margin-bottom: 20px
}
.home-latest-posts-title.big-post {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
}
.home-latest-posts-title:hover, .home-latest-posts-title:focus {
    color: #105B74;
}
.home-latest-posts-excerpt {
    margin-bottom: 20px;
    color: #6E6E6E;
}

@media (max-width:767px) {
    .item-post-date-wrap{
        bottom: 6px;
    }
}
@media (max-width:500px) {
    .item-post-date-wrap{
        bottom: 4px;
    }
}
@media (max-width:400px) {
    .item-post-date-wrap{
        bottom: 3px;
    }
}


@media (max-width:767px) {
    .item-post-date-wrap.big-post{
        bottom: 12px;
    }
}
@media (max-width:500px) {
    .item-post-date-wrap.big-post{
        bottom: 8px;
    }
}
@media (max-width:400px) {
    .item-post-date-wrap.big-post{
        bottom: 6px;
    }
}



@media (min-width: 991px) and (max-width: 1024px) {
    .home-latest-posts-wrap .col-6 .item-post-date-wrap {
        font-size: 10px
    }
    .home-latest-posts-wrap .col-6 .item-post-date-wrap .item-post-date-value {
        width: 50%;
    }
}
@media (max-width:575px) {
    .home-latest-posts-title.big-post {
        font-size: 20px;
    }
}
@media (min-width:992px) {
    .home-latest-posts-wrap {
        min-height: 100%;
        position: relative;
        padding-bottom: 10px;
    }
    .read-more-wrap {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-bottom:0
    }
}
@media (max-width:1199px) and (min-width:992px) {
    .home-latest-posts-title {
        font-size: 15px
    }
    .home-latest-posts-title.big-post {
        font-size: 21px
    }
}
