.box18 {
	position: relative;
	margin: 0 0 2em;
	padding: 1em 0 0;
	border: solid 2px #ffcb8a;
	border-radius: 3px 0 3px 0;
}
.box18:before, .box18:after{
	content: '';
	position: absolute;
	width:10px;
	height: 10px;
	border: solid 2px #ffcb8a;
	border-radius: 50%;
}
.box18:before {
	bottom:-12px;
	right:-12px;
}
.box18:after {
	top:-12px;
	left:-12px;
}
.box18 p {
	margin: 0;
	padding: 0 1em 1em;
}
h2 {
  border-bottom: solid 5px #B9D67C;
  position: relative;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #ffc778;
  bottom: -5px;
  width: 30%;
}