.article-card{background:#fff;border-radius:1.1rem;box-shadow:0 4px 24px 0 rgba(44,62,80,.1);display:flex;flex-direction:column;height:100%;margin-left:auto;margin-right:auto;max-width:375px;min-height:420px;overflow:hidden;position:relative;transition:box-shadow .18s;width:100%}.article-card:focus-within,.article-card:hover{box-shadow:0 10px 36px 0 rgba(44,62,80,.16)}.article-card__image-link{aspect-ratio:16/9;overflow:hidden;position:relative}.article-card__image,.article-card__image-link{background:#f3f5fa;border-radius:1.1rem 1.1rem 0 0;display:block;width:100%}.article-card__image{height:100%;min-height:140px;object-fit:cover;object-position:center;transition:filter .18s}.article-card:focus-within .article-card__image,.article-card:hover .article-card__image{filter:brightness(.97) contrast(1.1)}.article-card__body{background:transparent;display:flex;flex:1 1 auto;flex-direction:column;padding:1.3rem 1.2rem 1.1rem}.article-card__title{color:#23395d;font-size:1.17rem;font-weight:700;line-height:1.22;margin:0 0 .7rem}.article-card__title a{color:inherit;text-decoration:none;transition:color .14s}.article-card__title a:focus,.article-card__title a:hover{color:#3162b2;text-decoration:underline}.article-card__description{color:#4e5e7b;display:-webkit-box;font-size:1.03rem;line-height:1.53;margin-bottom:1.15rem;min-height:54px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;word-break:break-word;-webkit-line-clamp:6;max-height:10em}.article-card__readmore{color:#3162b2;display:inline-block;font-size:1rem;font-weight:500;margin-top:auto;text-decoration:none;transition:color .13s}.article-card__readmore:focus,.article-card__readmore:hover{color:#23395d;text-decoration:underline}.row .col-12,.row .col-lg-3,.row .col-md-4,.row .col-sm-6{align-items:stretch;display:flex;flex-direction:column}.row .col-12>.article-card,.row .col-lg-3>.article-card,.row .col-md-4>.article-card,.row .col-sm-6>.article-card{flex:1 1 auto;height:100%;max-width:100%}@media(max-width:600px){.article-card{max-width:100%;min-height:0}.article-card__body{padding:1rem .65rem .8rem}.article-card__title{font-size:1.04rem;margin-bottom:.5rem}.article-card__description{font-size:.93rem;min-height:32px}}