.blog-hero{display:grid;align-items:center;gap:25px}@media (min-width:768px){.blog-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}}@media (min-width:1024px){.blog-hero{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}}.blog-hero:hover img{transform:scale(1.2)}.blog-hero-container{padding-top:3rem;padding-bottom:1.75rem}@media (min-width:1024px){.blog-hero-container{padding-top:3rem;padding-bottom:3rem}}.blog-hero__img{overflow:hidden;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1));border-radius:16px;aspect-ratio:1/.6}@media (min-width:1024px){.blog-hero__img{grid-column:span 2/span 2}}.blog-hero__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease}.blog-hero__txt{display:flex;flex-direction:column;align-items:flex-start}.blog-hero__txt p{font-weight:400;color:#08090acc;font-size:16px}.blog-hero__txt p.date{font-weight:500;font-size:14px}.blog-hero__txt h3{font-weight:600;font-size:27px;margin-top:16px;margin-bottom:10px}