
#title {
	background-color: #00608e;
}

h2 em {
	border-color: #00608e;
}

div.step {
	background: #f1f1f1;
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
	width: 700px;
}

div.step h3 {
	background: #00608e;
	box-sizing: border-box;
	color: white;
	display: inline-block;
	font-size: 22px;
	margin: 0 0 0 -40px;
	padding: 10px;
	position: relative;
	width: calc(100% + 70px);
}

div.step h3:before {
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #6a9d00;
	content: "";
	left: 0;
	position: absolute;
	top: 100%;
}

div.step h4 em {
	border-bottom: 2px solid #8ad100;
	font-size: 140%;
	font-style: normal;
	padding-bottom: 7px;
	width: 150px;
}

div.step div.text {
	padding: 0 20px 20px 20px;
}

div.step div.text .tel {
	font-size: 23px;
	font-weight: bold;
}

