.latest-news{padding:58px 0;background:#fff}.latest-news-heading{margin-bottom:24px}.latest-news-heading h2{margin:4px 0;font-size:clamp(30px,4vw,44px)}.latest-news-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.latest-news-card{display:grid;grid-template-columns:42% 58%;min-height:150px;border:1px solid #e4e9f0;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 7px 24px rgba(15,45,90,.05)}.latest-news-image{position:relative;min-height:150px;background:#e9eef5}.latest-news-image img{object-fit:cover}.latest-news-copy{padding:15px 16px}.latest-news-copy h3{font-size:18px;line-height:1.18;margin:6px 0}.latest-news-copy h3 a{color:#0a2750;text-decoration:none}.latest-news-copy p{font-size:12px;color:#68768a;margin:0}.latest-news-copy .update-label{font-size:10px}@media(max-width:1100px){.latest-news-grid{grid-template-columns:1fr}.latest-news-card{grid-template-columns:30% 70%}}@media(max-width:600px){.latest-news-card{grid-template-columns:1fr}.latest-news-image{height:210px}.latest-news-heading{display:block}.latest-news-heading .text-link{display:inline-block;margin-top:10px}}