@charset "utf-8";
.i-box {
	position: relative;
	min-height: 580px;
	background-image: url(../images/banner_1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.i-item {
	padding-top: 130px;
}
@media screen and (max-width:640px) {
	.i-box {
		min-height: 310px;
	}
 .i-item {
	 max-width: 235px;
	 padding-top: 80px;
	}
}
@media screen and (min-width: 640px) and (max-width:768px) {
	.i-box {
		min-height: 375px;
	}
 .i-item {
	 padding-top: 100px;
	}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
	.i-box {
		min-height: 450px;
	}
 .i-item {
	 padding-top: 130px;
	}
}
.i-item-text {
	color: rgba(0, 0, 0, .5)
}
.i-box-icon {
	margin-top: 50px;
	text-align: center;
	color: rgba(80,169,125,1);
}
.i-box-icon img {
	padding: 1rem;
	border: 3px solid rgba(80,169,125,1);
	border-radius: 25%;
}
.i-box-icon h3 {
	padding-top: 1rem;
	padding-bottom: .5rem;
}
.text-small {
	font-size: 14px;
}