@charset "UTF-8";
/* CSS Document */

.service {
	width: 100%;
}

.service_inner {
	margin: 120px auto 140px;
	max-width: 800px;
	width: 85%;
}

.service_item {
	display: flex;
	justify-content: space-between;
	background-color: #F2F4F5;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 50px;
}

.service_item:first-of-type {
	border: solid 3px #0D3563;
	margin-bottom: 100px;
}

.service_icon {
	width: 130px;
	height: 130px;
	background-color: #fff;
	border-radius: 90px;
	position: relative;
}

.service_icon > img {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.service_item_wrapper {
	width: 75%;
	font-size: 2rem;
	line-height: 1.6;
}

.service_item_wrapper > h3 {
	margin-bottom: 10px;
}

.service_item_wrapper > p {
	font-size: 1.8rem;
}


@media screen and (max-width: 800px){
	
	.service_inner {
		margin: 70px auto 100px;
}
	
	.service_item {
		display: block;
		padding: 20px;
	}
	
	.service_item:first-of-type {
	margin-bottom: 70px;
}
	
	.service_icon {
		margin: 0 auto 15px;
	}
	
	.service_item_wrapper {
		margin: 0 auto;
		width: 90%;
	}
	
	.service_item_wrapper > h3 {
	text-align: center;
	font-size: 1.8rem;
}
	
	.service_item_wrapper > p {
	font-size: 1.6rem;
}
	
	
}


@media screen and (max-width: 450px){
	
		.service_inner {
		width: 90%;
}
	
		.service_item {
		padding: 15px;
	}
	
		.service_item_wrapper > h3 {
		font-size: 1.6rem;
	}

		.service_item_wrapper > p {
		font-size: 1.4rem;
}
	
	
	
}
