.com-blog-step3-ow-1{  position:relative; }
.com-blog-step3-ow-1 .step .inner{
	text-align: center;
	background: #fff;
	padding: 40px;
	box-shadow: 0 10px 10px rgba(51, 51, 51, 0.09);
	border-radius: 8px;
}
.com-blog-step3-ow-1 .step p{font-size: 20px; color: #0167cd;}
.com-blog-step3-ow-1 .step .circle-icon{
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
	background: #e2f0ff;
	margin-bottom: 30px;
	box-shadow: 1px 2px 2px rgba(51, 51, 51, 0.25);
	margin: auto;
	margin-bottom: 20px;
}
.com-blog-step3-ow-1 .step img{ width:64px; }
@media(max-width:1024px){
	.com-blog-step3-ow-1 .step .inner{ padding:20px; }
	.com-blog-step3-ow-1 .step p{ font-size:16px; }
}
@media(max-width:600px){
	.com-blog-step3-ow-1 .step{
		width: 100%;
		max-width: 100%;
		flex: none;
		margin-bottom: 20px;
	}
	.com-blog-step3-ow-1 .step .inner{ text-align:left; }
	.com-blog-step3-ow-1 .step p{ margin-bottom:0; }
	.com-blog-step3-ow-1 .step .circle-icon{ float:left; margin-right: 20px;}
}