p , span{
	font-size: 18px;
}

.content__bg > p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
}

.content__bg .content__inner{
	background: none;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.content__inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.content__inner ul li{
	display: grid;
	width: 300px;
	padding: 18px 20px;
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 20px;
	margin-right: 25px;
}

.content__inner ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content__inner span img{
	max-width: 22px;
	max-height: 22px;
}

.guide_icons li{
	height: 200px;
	text-align: center;
}

.guide_icons li a{
	flex-direction: column;
}

.guide_icons li a img{
	width: 35%;
	margin: 20px auto;
}

.content__bg--gray p{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.content__bg--gray .guide_icons{
	justify-content: space-around;
}

@media screen and (max-width: 768px){
	p , span{
		font-size: 16px;
	}

	.content__bg > p{
		font-size: 18px;
		margin-bottom: 30px;
	}

	.content__inner ul li{
		width: 160px;
	}

	.guide_icons li{
		height: 150px;
		align-items: center;
	}

	.content__inner ul li{
		padding: 9px 10px;
		border-radius: 5px;
		margin-bottom: 10px;
		margin-right: 5px;
	}

	.content__inner span{
		font-size: 14px;
	}

	.content__inner span img{
		width: 12px;
		height: 12px;
		max-width: 12px;
    	max-height: 12px;
	}

	.content__bg--gray p{
		font-size: 18px;
	}
}