.module-news {display:grid;grid-template-columns:repeat(2,1fr);gap:3em;font-size:15px;margin-block:2em;}
.module-news>article {
    background-color:#edf6fa;
    a {display:grid;height:100%;color:#094e7b;padding:2em;grid-template-rows:auto 1fr auto;gap:1em;}
    a>h2 {font-size:1.133em;font-weight:500;margin-bottom:1em;}
    a>.desc {line-height:1.5em;}
    a>span.more {display:inline-block;background-color:#0082B5;color:#fff;padding:.8em 2em;justify-self: start;transition:background-color .2s;}
    a:hover>span.more {background-color:#046696;}
}