.latest-posts-module__grid{display:grid;gap:48px 24px;grid-template-columns:repeat(2,1fr);width:100%}.latest-post{min-width:0}.latest-post__image{aspect-ratio:16/9;border-radius:16px;display:block;overflow:hidden;position:relative;text-decoration:none;width:100%}.latest-post__image img{display:block;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease;width:100%}.latest-post__overlay{align-items:center;background-color:transparent;display:flex;inset:0;justify-content:center;position:absolute;transition:background-color .4s ease}.latest-post__overlay span{color:#fff;font-size:16px;font-weight:500;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}.latest-post__image:focus img,.latest-post__image:hover img{transform:scale(1.06)}.latest-post__image:focus .latest-post__overlay,.latest-post__image:hover .latest-post__overlay{background-color:rgba(0,0,0,.45)}.latest-post__image:focus .latest-post__overlay span,.latest-post__image:hover .latest-post__overlay span{opacity:1;transform:translateY(0)}.latest-post__content{padding-top:20px}.latest-post__category{font-size:14px;font-weight:500;margin-bottom:8px;text-transform:uppercase}.latest-post__title{margin:0}.latest-post__title a,.latest-post__title a:focus,.latest-post__title a:hover,.latest-post__title a:visited{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none}.latest-post__title a:focus,.latest-post__title a:hover{text-decoration:underline}.latest-post__summary{font-size:16px;line-height:1.5;margin-top:5px}.latest-posts-module__button{display:flex;justify-content:center;margin-top:48px}@media (max-width:768px){.latest-posts-module__grid{gap:40px;grid-template-columns:1fr}}