.latest-articles{display:grid;gap:var(--spacing-lg);grid-template-columns:1fr 2fr}.latest-articles__content h2{margin-bottom:var(--spacing-lg)}.latest-articles__column:last-of-type{display:grid;gap:var(--spacing-xl);grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (max-width:1023px){.latest-articles{gap:var(--spacing-xl);grid-template-columns:1fr}.latest-articles__column:first-of-type{align-items:flex-end;display:flex;justify-content:space-between}.latest-articles__content{max-width:60%}.latest-articles__column:first-of-type p:last-of-type{margin-bottom:0}}@media screen and (max-width:780px){.latest-articles__column:first-of-type{align-items:flex-start;flex-direction:column;gap:var(--spacing-lg);justify-content:flex-start}.latest-articles__content{max-width:unset}.latest-articles__column:last-of-type{grid-template-columns:1fr}}