.dl-block-calloutbox {margin: 20px 0; height:auto; display:grid;grid-template-columns: 73% auto; grid-gap: 2%;}
.dl-block-calloutbox .left-content {  background-color: rgb(246,222,175); padding:2%; height:100%;}
.dl-block-calloutbox .left-content p{margin-top:0 !important;}
.dl-block-calloutbox .left-content p:last-child {margin-bottom:0;}
.dl-block-calloutbox .left-content h2:first-child,.dl-block-calloutbox .left-content h3:first-child,.dl-block-calloutbox .left-content h4:first-child {margin-top:0;}
.dl-block-calloutbox.is-outline .left-content {background-color: transparent; border:1px solid rgb(246,222,175);}
.dl-block-calloutbox.is-outline-filled .left-content {background-color: rgb(246,222,175); border:1px solid rgb(64,78,109);}
.dl-block-calloutbox .right-content {text-align:right;}
.dl-block-calloutbox .right-content {border:1px solid rgb(64,78,109); background-position: center; background-repeat: no-repeat; background-size: cover;}
@media screen and (max-width:600px){
	.dl-block-calloutbox { padding:4%;}
}