.section-latest-articles__header{display:flex;gap:2em;align-items:flex-end;justify-content:space-between;margin-bottom:1.5em}@media (max-width:768px){.section-latest-articles__header{flex-wrap:wrap;gap:1.5em}}.section-latest-articles__header .large{margin-bottom:0}.section-latest-articles__header a{font-size:.75em;font-weight:700}.section-latest-articles__content{position:relative}.section-latest-articles__content .article{display:grid;grid-template-rows:auto 1fr;gap:.75em;position:relative;opacity:1;transition-property:opacity;transition-duration:.25s;transition-timing-function:linear}.section-latest-articles__content .article.preload{opacity:0}.section-latest-articles__content .article img{width:100%}.section-latest-articles__content .article__footer{display:grid;grid-template-rows:auto 1fr;gap:.325em}.section-latest-articles__content .article__date span{font-size:.75em}.section-latest-articles__content .article__title a{font-size:1em;font-weight:700}.section-latest-articles__content .article:hover .article__title a{text-decoration:underline}