.block-image-with-content .image-width-content-area > *:nth-of-type(2){margin-left:4%;}
.block-image-with-content .container{position: relative;}
.block-image-with-content .content{width:calc(50% - 10px - 4% + 19.5vw);display:inline-block;vertical-align:top;}
.block-image-with-content .content .content-description{color:#0EB3D9;}
.block-image-with-content .image-area{width:50%;margin-left:-19.5vw;display:inline-block;vertical-align:top;margin-top:-5vw;position: relative;}
.block-image-with-content .content .content-area{}
.block-image-with-content .image-on-right .image-area{margin-right:-19.5vw;margin-bottom:0;}
.block-image-with-content .image-area img{width:100%;clip-path:url(#branding);object-fit: cover;vertical-align:top;}
.block-image-with-content .image-on-right .image-area img{width:100%;clip-path:url(#brandingreverse);}

.block-image-with-content .content-buttons{margin-bottom:5rem;}
.block-image-with-content .content-buttons .button{background:#005B86;}
.block-image-with-content .button{left:-4rem;right:auto;bottom:10vw;background:#0EB3D9;}

.block-image-with-content.verticle-middle .content, .block-image-with-content.verticle-middle .image-area{vertical-align:middle;margin-top:0 !important;}

@media(max-width:1400px){
	.block-image-with-content .image-area{margin-left:-15vw;}
	.block-image-with-content .image-on-right .image-area{margin-right:-15vw;}
	.block-image-with-content .content{width:calc(50% - 10px - 4% + 15vw)}
}

@media(max-width:768px){
	.block-image-with-content .content .content-description{font-size:1.75rem;line-height:1.7}
	.block-image-with-content .image-width-content-area > *:nth-of-type(2){margin:0;}
	
	.block-image-with-content .image-on-right{display:flex;flex-direction:column-reverse;}
    .block-image-with-content .image-area{width:calc(100% + 80px);margin-left:-80px;display:inline-block;max-width:500px;}
	.block-image-with-content .image-on-right .image-area{margin-right:-80px;margin-left:auto !important;}
    .block-image-with-content .content{width:100%;}

}