.home-blog-section{padding:55px 0 65px;background:#fff}.home-blog-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:22px}.home-blog-heading .section-title{margin:0}.home-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-news-card{display:flex;overflow:hidden;min-width:0;flex-direction:column;border-radius:9px;box-shadow:0 7px 24px rgba(3,27,62,.06);transition:.25s}.home-news-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.home-news-image{display:block;height:190px;overflow:hidden}.home-news-image>img{width:100%;height:100%;object-fit:cover;transition:.4s}.home-news-card:hover .home-news-image>img{transform:scale(1.05)}.home-news-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#fff;background:linear-gradient(145deg,var(--green),var(--navy));font-size:42px}.home-news-card>div{display:flex;min-height:205px;flex:1;flex-direction:column;padding:22px}.home-news-card>div>span{position:absolute;top:-14px;bottom:auto;left:18px;padding:7px 12px;border-radius:5px;color:#fff;background:var(--green);font-size:10px;font-weight:800}.home-news-card>div{position:relative}.home-news-date{display:block;margin:0 0 9px;color:#7a8594;font-size:9px}.home-news-date i{margin-right:4px;color:var(--green)}.home-news-card h3{min-height:0;margin:0 0 9px;font-size:16px;line-height:1.4}.home-news-card h3 a:hover{color:var(--green)}.home-news-card p{flex:1;margin:0 0 15px;color:var(--muted);font-size:11px}.home-news-more{color:var(--green);font-size:10px;font-weight:800;text-transform:uppercase}.home-news-more i{margin-left:4px;transition:.2s}.home-news-more:hover i{transform:translateX(4px)}.home-news-empty{display:grid;min-height:180px;padding:30px;place-items:center;border:1px dashed #cad3dc;border-radius:8px;color:var(--muted);text-align:center}.home-news-empty i{color:var(--green);font-size:40px}.home-news-empty p{margin:0}@media(max-width:820px){.home-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-news-card:last-child{grid-column:1/-1}}@media(max-width:560px){.home-blog-heading{align-items:flex-start;flex-direction:column}.home-news-grid{grid-template-columns:1fr}.home-news-card:last-child{grid-column:auto}.home-news-image{height:210px}}
