.article-card .article-image img {aspect-ratio:1/1; object-fit:cover; border-radius:24px 24px 0px 0px;}
.article-card .article-category {margin-top: -22px;    display: block;    margin-bottom: 20px;    width: fit-content;}
.article-card .article-content {border-radius:0px 0px 24px 24px; padding-top:0 !important;color: var(--primary-carbon); transition: 0.3s all ease;}
.article-card .articles-wrapper-item {height:auto;}
.article-card .article {text-decoration:none; padding:1px; outline-offset:-1px;}
.latest-articles-wrapper:not(:last-child) {margin-bottom:104px;}
.article-landing-cta-left {min-width:fit-content;}
.articles-wrapper-item a:hover .article-content {background-color: #F1F2FF;}
.articles-wrapper-item a:focus .article-content {background-color: #F3EEE3;}
.latest-articles .category-title span {font-family: var(--font-light);}
.latest-articles .read-time-title {min-width: fit-content;}
@media screen and (max-width: 992px) {
.article-card .article-content {padding-top:31px; border-radius:0px 0px 20px 20px;}
.latest-articles-wrapper {    margin-bottom: 80px;}
.article-card:not(:last-child), .latest-articles-wrapper:last-of-type {margin-bottom:0px;}
}

@media screen and (max-width:767px) {
.latest-articles .articles-wrapper {margin-right:-16px;margin-left:-16px;}
.latest-articles .articles-wrapper-item{ margin-left:16px;}
}


/* no js css */

.nojs .latest-articles .articles-wrapper-row,.nojs .more-article-wrapper .articles-wrapper-row{flex-wrap:wrap;}
.nojs .latest-articles .articles-wrapper-row .articles-wrapper-item,.nojs .more-article-wrapper .articles-wrapper-row .articles-wrapper-item{width:50%;}