@charset "utf-8";
/* CSS Document */

#info .mi-benefit {
	text-align: center;
	background: #fff;
}
#info .mi-benefit p {
	margin-bottom: 2em;
}
#info .mi-benefit h3 {
	font-size: 30px;
	color: #08ada8;
}
#info .mi-benefit h3:after {
	content: '';
	display: block;
	height: 2px;
	width: 28%;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(8, 173, 168, 1) 50%, rgba(255, 255, 255, 1) 100%);
	margin: 3px auto 0;
}