
  :root {
 --cta-color: #c1ac7e;
}
.cta-section-04:before {
	border: 1px dashed #fff;
	width: 97%;
	height: 90%;
	position: absolute;
	content: '';
	top: 50%;
	z-index: 20;
	z-index: -1;
	left: 50%;
	box-sizing: border-box;
	border-radius: 5px;
	transform: translate(-50%, -50%);
}
.cta-section-04:after {
	position: absolute;
	z-index: -100;
	content: '';
	background: rgba(0,0,0,0.1);
	width: 50%;
	height: 100%;
	text-align: center;
	display: block;
	top: 0;
	left: 0;
	z-index: -1;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.cta-section-04 .cta-content .et_pb_blurb_content .et_pb_blurb_container {
	vertical-align: middle;
}
.cta-section-04 .cta-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	padding-left: 40px;
	padding-bottom: 0px;
}
.cta-section-04-1:before {
	width: 100%;
	height: 100%;
	background: #1c1c1c;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: -10;
	box-sizing: border-box;
}
.cta-section-04-1:after {
	border: 1px dashed #fff;
	width: 95%;
	height: 90%;
	position: absolute;
	content: '';
	top: 5px;
	z-index: -1;
	left: 9px;
	border-radius: 5px;
}
 @media only screen and (max-width: 981px) {
.cta-section-04:before {
	border: none;
}
.cta-section-04:after {
	position: absolute;
	z-index: -100;
	content: '';
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 55%;
	text-align: center;
	display: block;
	top: 0;
	left: 0;
}
.cta-section-04 .cta-content .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	padding-left: 0px;
}
.cta-section-04-1:after {
	border: none;
}
}

