
.block-page-hero {display:flex;}

.block-page-hero .image {flex:0 0 50%;}
.block-page-hero .image img {display:block; width:100%; height:100%; object-fit:cover;}

.block-page-hero .content {flex:0 0 50%; display:flex; flex-direction:column; justify-content:center; padding:100px;}
.block-page-hero .content h2 {margin-top:0;}
.block-page-hero .content p {line-height:1.4em;}
.block-page-hero .content .description {margin-top:40px;}
.block-page-hero .content .button-wrapper {margin-top:40px;}

@media (max-width:810px) {
	.block-page-hero {display:block;}	
	.block-page-hero .content {padding:50px; text-align:center;}
}