.product-hero{align-items:center;background-color:#ebf6ff;display:grid;grid-template-columns:20px 1fr 20px;overflow:hidden}.product-hero .hero-content{grid-column:2/3;padding:50px 0 10px;position:relative;text-align:center}.product-hero .hero-content h1 strong{color:var(--secondary);font-weight:700}.product-hero .hero-content .subtext{color:var(--secondary);font-weight:500;margin:10px 0 40px}.product-hero .hero-content a.btn{margin:auto}.product-hero .hero-content .description{background-color:#fff;margin-top:50px;max-width:calc(100% - 20px);padding:30px 30px 30px 0;position:relative}.product-hero .hero-content .description:after{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);width:20px}.product-hero .hero-content .description *{font-size:1rem;margin-bottom:1rem}.product-hero .hero-content .description p{margin-bottom:1.8rem}.product-hero .hero-content .description :last-child{margin:0}.product-hero .hero-image{grid-column:1/4;height:100%;padding-top:20px;position:relative;width:100%}.product-hero .hero-image.featured{align-items:center;display:flex;justify-content:center;max-height:400px}.product-hero .hero-image img{max-height:100%;width:100%}@media (min-width:768px){.product-hero{grid-template-columns:40px 1fr 40px}.product-hero .hero-content{padding:60px 0;text-align:unset}.product-hero .hero-content a.btn{margin-left:0;margin-top:4rem}.product-hero .hero-content .description{max-width:calc(100% - 40px);padding:40px 50px 40px 0}.product-hero .hero-content .description:after{width:40px}}@media (min-width:1024px){.product-hero .hero-content{grid-column:2/3}.product-hero .hero-image{grid-column:3/5}.product-hero .hero-image img{object-fit:contain;object-position:left center;transform:translateX(50px)}.product-hero .hero-image.featured img{max-height:666px}.product-hero .hero-content .description{padding:60px 80px 60px 0}}@media (min-width:1380px){.product-hero .hero-content .description:after{width:calc(50vw - 660px)}}