
.wsm-split-hero{

}

.wsm-split-hero__wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.wsm-split-hero__wrapper.image-right .wsm-split-hero__content{order:1}
.wsm-split-hero__wrapper.image-right .wsm-split-hero__image{order:2}

.wsm-split-hero__wrapper.image-left .wsm-split-hero__content{order:2}
.wsm-split-hero__wrapper.image-left .wsm-split-hero__image{order:1}

.wsm-split-hero__image img{
width:100%;
height:auto;
display:block;
}

.align-left{text-align:left}
.align-center{text-align:center}
.align-right{text-align:right}

.button-row{
margin-top:20px;
}

.hero-btn{
display:inline-block;
padding:12px 24px;
border-radius:4px;
text-decoration:none;
font-weight:600;
}

@media(max-width:900px){

.wsm-split-hero__wrapper{
grid-template-columns:1fr;
}

.wsm-split-hero__wrapper.mobile-top .wsm-split-hero__image{order:1}
.wsm-split-hero__wrapper.mobile-top .wsm-split-hero__content{order:2}

.wsm-split-hero__wrapper.mobile-bottom .wsm-split-hero__image{order:2}
.wsm-split-hero__wrapper.mobile-bottom .wsm-split-hero__content{order:1}

}


.hero-description p{
margin-bottom:12px;
}

.hero-description a{
text-decoration:underline;
}
