.section-half-content{position:relative;display:flex;flex-direction:column}.section-half-content h2{margin-bottom:1rem}.section-half-content .half-content-left,.section-half-content .half-content-right{flex:1;position:relative;display:flex;flex-direction:column;justify-content:center;padding:3rem 0}.section-half-content .half-content-left:before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:100%;z-index:-1}.section-half-content.plantstar .half-content-left:before{background:#0b7dc1}.section-half-content.sensors .half-content-left:before{background:#f5f7f8}.section-half-content.plantstar .half-content-left *{color:#fff}.section-half-content.sensors .half-content-left *{color:black}.section-half-content .half-content-right:before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;height:100%;z-index:-1}.section-half-content.plantstar .half-content-right:before{background:#054c6f}.section-half-content.sensors .half-content-right:before{background:#d83835}.section-half-content.plantstar .half-content-right *,.section-half-content.sensors .half-content-right *{color:#fff}@media(min-width:768px){.section-half-content{flex-direction:row}.section-half-content .half-content-left{padding:3rem 2rem 3rem 0}.section-half-content .half-content-left:before{right:0;left:auto;transform:none;width:calc(50vw + 20px)}.section-half-content .half-content-right{padding:3rem 0 3rem 2rem}.section-half-content .half-content-right:before{left:0;transform:none;width:calc(50vw + 20px)}}