.module-bottom-red, 
.module-bottom-yellow,
.treatement-red,
.treatment-red,
.treatment-yellow {
	background: #fff;
	border: 1px solid #e8eaea;
	border-bottom-width: 3px;
	margin: 1.5rem 0;
	padding: 1rem 1.5rem;
}

.treatment-red,
.treatement-red,
.treatment-yellow {
	border-bottom-color: #e8eaea;
}

.treatment-red hr,
.treatement-red hr,
.treatment-yellow hr,
.module-bottom-red .DNNModuleContent hr, 
.module-bottom-yellow .DNNModuleContent hr {
	width: 3rem;
	border: none;
	margin: 0 auto 1.5rem;
}

.module-bottom-red {
	border-bottom: 3px solid #cf0a2c;
}

.treatment-red hr,
.treatement-red hr,
.module-bottom-red .DNNModuleContent hr {
	border-top: 3px solid #cf0a2c;
}

.module-bottom-yellow {
	border-bottom-color: #eeb74d;
}

.treatment-yellow hr,
.module-bottom-yellow .DNNModuleContent hr {
	border-top: 3px solid #eeb74d;
}

.module-bottom-red h4,
.module-bottom-yellow h4 {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
} 

.module-bottom-red h4:after,
.module-bottom-yellow h4:after {
	content: '\00a0';
	display: block;
	height: 1rem;
	margin: 0 auto;
	width: 3rem;
}

.module-bottom-red h4:after {
	border-bottom: 3px solid #cf0a2c;
}

.module-bottom-yellow h4:after {
	border-bottom: 3px solid #eeb74d;
}