.small_hero{position:relative}.small_hero:before{background:rgba(var(--tertiaryColorRGB),.9);content:"";height:100%;position:absolute;top:0;width:100%;z-index:1}.small_hero_container{display:grid;margin:auto;max-width:var(--maxWidth);grid-gap:25px;grid-template-columns:minmax(475px,1fr) minmax(max-content,470px);padding:50px 0;position:relative;z-index:2}.small_hero_left_c p+h1,.small_hero_left_c p+h2,.small_hero_left_c p+h3,.small_hero_left_c p+h4{margin-top:0}.small_hero_left_c>p{font-family:var(--secondaryFont);font-size:15px;font-style:italic;margin-bottom:0}.small_hero_left_c h1,.small_hero_left_c h2,.small_hero_left_c h3,.small_hero_left_c h4,.small_hero_left_c h5,.small_hero_left_c h6{padding-left:30px}.small_hero_btns{display:flex;grid-gap:40px}.small_hero_right{max-width:476px}.small_hero_image{margin-bottom:-150px}.small_hero_image img{max-width:100%}@media (max-width:767px){.small_hero_container{grid-template-columns:100%}}