.blog-hero{background-image:url(../blog-hero/images/backgrounds/teal-wave-top.svg);background-repeat:repeat-x;background-size:auto 300px}.blog-hero .blog-hero-content{max-width:960px;margin:0 auto;padding:80px 30px 30px 30px}@media screen and (max-width:768px){.blog-hero .blog-hero-content{display:none}}.blog-hero .blog-hero-content .feature1{display:grid;min-height:400px}@media screen and (min-width:769px){.blog-hero .blog-hero-content .feature1{grid-template-columns:4fr 6fr;direction:rtl}}@media screen and (max-width:768px){.blog-hero .blog-hero-content .feature1{grid-template-columns:1fr;grid-template-rows:200px 1fr}}.blog-hero .blog-hero-content .feature1 h2{margin-bottom:.2em;margin-top:.1em}.blog-hero .blog-hero-content .sub-featured{margin-top:30px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:30px;grid-row-gap:30px}@media screen and (max-width:768px){.blog-hero .blog-hero-content .sub-featured{grid-template-columns:auto;grid-template-rows:1fr 1fr}}.blog-hero .blog-hero-content .sub-featured .card h2{font-family:var(--main-font),sans-serif;font-size:18px;margin-top:.1em}.blog-hero .blog-hero-content .card{text-decoration:none;color:var(--black);transition:transform .3s;box-shadow:0 0 15px rgba(161,174,183,.4)}.blog-hero .blog-hero-content .card:hover{transform:scale(1.005)}.blog-hero .blog-hero-content .card .image{display:block;background-size:cover;background-position:center center;min-height:200px}.blog-hero .blog-hero-content .card .date{font-size:16px;display:block}.blog-hero .blog-hero-content .card .text{padding:30px;text-align:left;direction:ltr}