.block-hero .hero-grid{grid-template-columns:1fr 350px;align-items:center;position:relative;}
.block-hero .hero-grid:after{content:'';width:500px;height:500px;position:absolute;top:0;right:-15rem;z-index:-1;background-image:url('/wp-content/themes/toast/assets/branding/blob.svg');background-size:cover;background-position:center;transform:translatey(-50%)}
.block-hero .hero-grid .hero-content-inner{font-size:1.7rem;font-weight:400;color:#5c655f;}
.block-hero .hero-grid .hero-content-inner h1{color:#16211f}

.block-hero .hero-grid .hero-stats{margin-top:3rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;}
.block-hero .hero-grid .hero-stats .hero-stat{position:relative;line-height:1.3;background:#ffffff;padding:2rem;border:1px solid #bde8e2;border-radius:16px;}

.block-hero .hero-grid .hero-stats .hero-stat .hero-stat-value{font-size:4.6rem;color:#03dac5;font-weight:700;line-height:1;margin-bottom:.5rem;}
.block-hero .hero-grid .hero-stats .hero-stat .hero-stat-description{font-size:1.3rem;color:#5c655f}

.block-hero .hero-grid.large-image{grid-template-columns:1fr 480px;}
.block-hero .hero-grid.large-image br{display:none;}

.block-hero .hero-grid.images-2 .hero-image{position:relative;}


@media(max-width:1024px){
    .block-hero .hero-grid{grid-template-columns:1fr !important}
    .block-hero .hero-grid .hero-image{order:-1;}
    .block-hero .hero-grid .hero-image img{max-height:40vh;width:auto;margin:0 auto;}
}

@media(max-width:550px){
    .block-hero .hero-grid .hero-stats{grid-template-columns:1fr !important;grid-gap:40px;}
    .block-hero .hero-grid .hero-stats .hero-stat:nth-child(3):after, .block-hero .hero-grid .hero-stats .hero-stat:nth-child(4):after{display:none;}
    .block-hero .hero-grid .hero-image img:nth-of-type(2){display:none;}
}