@charset "utf-8";

/*#service_page .service {
	margin: 150px auto 100px auto;
	max-width: 1700px;
	display: flex;
	position: relative;
	padding-bottom: 180px;
}
#service_page .service .img {
	max-width: 700px;
	margin: 0 3% 50px 3%;
}
@media only screen and (max-width: 1100px) {
	#service_page .service {
		display: block;
	}
	#service_page .service .img {
		margin: 0 auto 50px auto;
		width: 80%;
	}
}*/

#service_page .top_img {
	background-image: url("../images/Cut (10).jpg");
	background-size: cover;
	background-position: center;
}
#service_page .service {
	width: 80%;
	max-width: 700px;
	margin: 100px auto;
}
#service_page .service .flex {
	height: 100px;
	align-items: center;
	justify-content: center;
}
#service_page .service h5 {
	font-size: 2rem;
	text-align: center;
}