.builder-section-content_block{
	padding:2rem 0;
}
.builder-section-content_block strong{
	font-weight:700!important;
}
.builder-section-content_block em{
	font-style:italic;
}
.builder-section-content_block .wide{

}
.builder-section-content_block .inner.left > *,
.builder-section-content_block .inner.right > *{
	width:65%;
	margin:0;
}
.builder-section-content_block .inner.right{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:flex-end;
}
.builder-section-content_block .inner.right > *{

}
.builder-section-content_block .inner.left::before{
	content:'';
	position:absolute;
	top:0;
	right:-337px;
	width:337px;
	height:413px;
	background-image:url('https://project-elevate.disneyadvertising.com/wp-content/themes/test-disney-elevate/resources/s16-16.svg');
}
.builder-section-content_block .inner.left::after{
	content:'';
	position:absolute;
	top:413px;
	right:0;
	width:377px;
	height:412px;
	background-image:url('https://project-elevate.disneyadvertising.com/wp-content/themes/test-disney-elevate/resources/s11-11.svg');
}
.builder-section-content_block .inner.right::before{
	content:'';
	position:absolute;
	top:0;
	left:0px;
	width:337px;
	height:413px;
	background-image:url('https://project-elevate.disneyadvertising.com/wp-content/themes/test-disney-elevate/resources/s16-16.svg');
}
.builder-section-content_block .inner.right::after{
	content:'';
	position:absolute;
	top:413px;
	left:-377px;
	width:377px;
	height:412px;
	background-image:url('https://project-elevate.disneyadvertising.com/wp-content/themes/test-disney-elevate/resources/s11-11.svg');
}
.builder-section-content_block .right{

}
.builder-section-content_block .inner > *{
	padding:1rem 0;
}
.builder-section-content_block h1{

}
.builder-section-content_block h2, .builder-section-content_block h3, .builder-section-content_block h4, .builder-section-content_block h5, .builder-section-content_block h6{
	color: #b667ab;
	text-decoration: none;
	position: relative;
}
.builder-section-content_block h2{
	font-size:2.5rem;
	font-weight:400;
}
.builder-section-content_block h3{
	font-size: 2rem;
	font-weight:300;
}
.builder-section-content_block h4{
	font-size: 1.75rem;
	font-weight:300;
}
.builder-section-content_block h5{
	font-size: 1.5rem;
	font-weight:300;
}
.builder-section-content_block h6{
	font-size: 1.25rem;
	font-weight:400;
}
.builder-section-content_block p{
	font-size:1.25rem;
	line-height:1.5em;
}
.builder-section-content_block ul,
.builder-section-content_block ol{
	color: #2274dd;
	font-size: 25px;
	margin: 15px 0;
	line-height: 1.4em;
}
.builder-section-content_block ul.column,
.builder-section-content_block ol.column{
	columns: 350px 2;
}
@media (max-width: 600px) {
	.builder-section-content_block ul li{
		width:100%;
	}
}
.builder-section-content_block ul li{
	position:relative;
	padding:5px 0 5px 25px;
}
.builder-section-content_block ul li:after{
	content: ">";
	position: absolute;
	font-size: 30px;
	top: 12px;
	bottom: 0;
	left: -5px;
	margin: 0 auto;
	background: url("../../resources/elevate-shape-02.svg");
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: contain;
	color: transparent;
}
.builder-section-content_block ol{
	color:#000;
}
.builder-section-content_block ol li{
	position:relative;
	padding:5px 0 5px 0px;
}
.builder-section-content_block ol.roman{
	list-style-type:upper-roman;
	font-size:1rem;
}
.builder-section-content_block ol.roman li{
	padding:10px 0 10px 0px;
	line-height:2em;
}
.builder-section-content_block ol.roman li::marker{
	font-weight:700;
}
.builder-section-content_block hr{
	width: 100%;
	height: 1px;
	background-color: #2274dd;
	margin: 3rem 0!important;
	display:block;
	padding:0px!important;
	border:0px none;
}
