.block-articles-wrapper {margin-top:30px;}
.block-articles-list-wrapper {}
.block-articles-list.div-flex {display: flex;width: 100%;}
.div-flex-column.block-articles-list-image {height: 200px;margin: 20px;border-top-left-radius:30px;border-bottom-right-radius:30px;width: 300px;background-size: cover;background-position: center;}
.div-flex-column.block-articles-list-text {padding: 20px 0px 40px 0px;flex: 1;}
.block-articles-list-item-title {font-size: 30px;display: flex;font-weight:100;margin-bottom:20px;}
.block-articles-list-item-date {font-weight: 700;}
.block-articles-list-item-intro {font-weight: 100;font-size: 20px;}
.article-divider-line {margin: 0px;}
.div-flex-column.block-articles-list-text  i.fa-solid.fa-circle-chevron-right {font-size: 20px;margin-top: 9px;margin-right: 10px;}
.block-articles-list-item-date.icon-padding {padding-left: 31px;}
a.block-articles-item-link:last-child .article-divider-line {display: none;}
.block-articles-read_more {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    margin-right: 30px;
    margin-top:20px;
}

.block-articles-read_more i.fa-solid.fa-angles-right {
    margin-left: 5px;
}
.block-articles-item-link:nth-child(1) .div-flex-column.block-articles-list-text {
    padding-top: 0px;padding-bottom:20px;
}
.block-articles-item-link:nth-child(1) .div-flex-column.block-articles-list-image {margin-top:0px;}
