.section-latest-articles{background-color:var(--color-white)}.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;justify-content:center;gap:1.5em}}.section-latest-articles__header h2,.section-latest-articles__header h3,.section-latest-articles__header h4,.section-latest-articles__header h5,.section-latest-articles__header h6{margin:0}@media (max-width:768px){.section-latest-articles__header h2,.section-latest-articles__header h3,.section-latest-articles__header h4,.section-latest-articles__header h5,.section-latest-articles__header h6{width:100%;text-align:center}}.section-latest-articles__header a svg{width:.875em;height:auto}.section-latest-articles__header a svg circle,.section-latest-articles__header a svg line,.section-latest-articles__header a svg path,.section-latest-articles__header a svg polygon{fill:none;stroke:var(--color-black);stroke-width:1.5;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.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:1em indivisible,arial,sans-serif;font-weight:600;text-decoration:none}