.highlight-cards{margin:0 auto;max-width:var(--container-default)}.highlight-cards__title{margin:1rem 0;padding:0 1rem}.highlight-cards-list{display:grid;gap:.5rem;grid-auto-rows:1fr;justify-content:center}.highlight-card{border:1px solid #8c8e90;display:flex;flex-direction:column}.highlight-card-img{height:250px;margin:0;overflow:hidden;padding:0}.highlight-card-img img{height:100%;object-fit:cover;object-position:center center;width:100%}.highlight-card-body{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;padding:3rem 2rem 2rem}.highlight-card-link-wrapper{align-items:flex-end;display:flex;flex-grow:1}.highlight-card__link{background-color:#000;border:1px solid #000;border-radius:3px;color:#fff;display:block;margin-top:2rem;padding:.5rem 1.5rem;text-decoration:none;transition:all .15s ease-in}.highlight-card__link:focus-within,.highlight-card__link:hover{background-color:#fff;color:#000;text-decoration:none}@media screen and (max-width:992px){.highlight-cards-list{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){.highlight-card-body{padding:3rem 1rem 1rem}}@media screen and (max-width:672px){.highlight-cards-list{grid-template-columns:repeat(1,1fr)!important}}