body .article h3.ems {
	color: #FF7D52 !important;
	font-size: 22px;
	padding-left: 50px;
	border: none;
	padding-top: 5px;
	padding-bottom: 10px;
	position: relative;
}
body .article h3.ems:before {
	content: '';
	width: 20px;
	height: 100%;
	-webkit-border-radius: 10px 10px 0px 10px;
	border-radius: 10px 10px 0px 10px;
	background-color: #FF7D52;
	position: absolute;
	left: 0px;
	top: 0px;
}
body .article h3.ems:after {
	content: '';
	width: calc(100% - 10px);
	height: 3px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #FF7D52;
	position: absolute;
	left: 10px;
	bottom: 0px;
}
body .article h3.ems > * {
	color: #FF7D52 !important;
}