.recent-news{column-gap:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));row-gap:32px}.recent-news .post{background-color:var(--color-background-section-alternate);display:flex;flex-flow:column nowrap;height:100%;padding-bottom:24px;text-decoration:none}.recent-news .post .image-wrapper{height:0;margin-bottom:24px;overflow:hidden;padding-top:50%;position:relative;width:100%}.recent-news .post .image-wrapper img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform 2.4s ease;width:100%}.recent-news .post:hover .image-wrapper img{transform:scale(1.1)}.recent-news .post .name{color:var(--color-text-header);font-weight:700;letter-spacing:1px;margin-left:24px;margin-right:24px;text-transform:uppercase}.recent-news .post .summary{color:var(--color-grey300);display:-webkit-box;margin-top:auto;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.recent-news .post .mdc-touch-target-wrapper,.recent-news .post .summary{margin-left:24px;margin-right:24px}