.article-list{display:grid;align-items:stretch;grid-gap:1.9375rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media screen and (min-width:calc(600px + 1px)){.article-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:calc(900px + 1px)){.article-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:calc(900px + 1px)) and (max-width:1200px){.article-list>:nth-child(n+4){display:none}}@media screen and (min-width:calc(1200px + 1px)){.article-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (min-width:calc(1500px + 1px)){.article-list{grid-gap:3.1875rem}}.article-list>*{background-color:var(--color-blue-100);transition:all 0.2s ease-in-out;width:100%}.article-list>:hover{background-color:var(--color-blue-150)}.article-list>* .h4,.article-list>* h4{margin:0;font-size:1.25rem}.article-list>* .h4+.date,.article-list>* h4+.date{margin-top:1.0625rem}.article-list>* .h4:hover,.article-list>* h4:hover{text-decoration:underline}.article-list>* .date{font-size:0.8125rem;line-height:1em}.article-list>* .date+.description:before{content:"";display:block;height:1px;width:2.875rem;background-color:var(--color-blue-400);margin-top:1.0625rem;margin-bottom:0.75rem}.article-list>* .description{margin-top:0.75rem;font-size:1rem;line-height:1.5625rem}.article-list>* .view img{width:100%}.article-list>*>div{padding:0.9375rem 0.8125rem 1.6875rem}.article-list>*>div p{margin-bottom:0}
/*# sourceMappingURL=article-list.css.map */