.blog-highlights{margin:0 auto;max-width:var(--container-default)}.blog-highlights__title{margin-bottom:2rem}.blog-highlights-list{display:grid;gap:1rem;grid-auto-rows:1fr;grid-template-columns:1fr;justify-content:center}.blog-highlight{border:1px solid #ddd;display:flex;flex-direction:column}.blog-highlight-image{height:250px;margin:0;overflow:hidden;padding:0}.blog-highlight-image img{display:block;height:100%;object-fit:cover;object-position:center center;width:100%}.blog-highlight-body{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;gap:1.5rem;padding:2rem}.blog-highlight__identifier{display:block;font-size:1rem!important;text-transform:uppercase}.blog-highlight__publishdate{font-size:.825rem}.blog-highlight__title{flex-grow:1;font-size:2rem;font-weight:400}.blog-highlight__title--normal{font-size:1rem;font-weight:400!important}.blog-highlight__link{background-color:#fff;border:1px solid #000;border-radius:3px;color:#000;display:block;padding:.5rem 1.5rem;text-align:center;text-decoration:none;transition:all .15s ease-in;width:100%}.blog-highlight__link:focus-within,.blog-highlight__link:hover{background-color:#000;color:#fff;text-decoration:none}@media screen and (min-width:672px){.blog-highlights-list{grid-template-columns:repeat(2,1fr)}.blog-highlight:first-child{grid-column:span 2}.blog-highlight__link{text-align:left;width:unset}.blog-highlight__link--full{text-align:center;width:100%}}@media screen and (min-width:768px){.blog-highlights-list{grid-template-columns:repeat(2,375px)}.blog-highlight-body{padding:1rem}}@media screen and (min-width:992px){.blog-highlights-list{grid-template-columns:repeat(4,1fr)}.blog-highlight:first-child{grid-column:span 2}}