.articles-block__content__links{gap:1em;width:100%;display:grid;grid-template-columns:repeat(1,1fr)}@media (min-width:600px){.articles-block__content__links{gap:2em 1em;grid-template-columns:repeat(2,calc(50% - 0.5em))}}@media (min-width:850px){.articles-block__content__links{gap:2em 1em;grid-template-columns:repeat(3,calc(33.3333333333% - 0.6666666667em))}}.articles-block__content__button{width:100%;display:flex;margin-top:2em;flex-direction:column;align-items:flex-start;justify-content:flex-start}.articles-block__content__button a{color:#fff;line-height:1;font-weight:500;font-size:1em;border-radius:9999px;text-decoration:none;padding:.65em 1.25em;background-color:#8e439a;border:1px solid #8e439a;text-decoration:none}.articles-block__content__button a:visited{color:#fff}.articles-block__content__button a.active{color:#fff;background-color:#8e439a;border:1px solid #8e439a}.articles-block__content__button a:hover{color:#fff;background-color:#bc7dc6;border:1px solid #bc7dc6}.articles-block__content__button a:focus-visible{outline:0;color:#fff;outline-offset:0;background-color:#bc7dc6;border:1px solid #bc7dc6;box-shadow:0 0 0 2px #fff,0 0 0 4px #8e439a}