.seo-box {
	margin-bottom: 2.5rem;
	position: relative;
	background:#d7e7ff78;
	padding: 10px 20px;
	min-height:auto;
	box-sizing:border-box;
	border-radius:5px;
	transition:0.3s;
	border:1px solid #2d24a55e;
}
		.seo-box:hover{
			box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
		}
	.seo-box h3{
	color: #000d4ae6;
	padding-bottom: 5px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	margin:0.5rem 0;
	}
	.seo-icon {
	height: 70px;
	width: 70px;
	background:#2d24a5;
	margin: 15px auto;
	border-radius:50%;
	position:relative;
}
	.seo-icon i {
	text-align: center;
	margin: 0 auto;
	display: block;
	line-height: 2;
	font-size: 30px;
	position: relative;
	color:#ffffff;
	animation:demo 0.75s infinite alternate;
}
		@keyframes demo{
			0%{
				color:#2d24a5;
			}
			100%{
				color:#ffffff;
			}
		}
@media only screen and (max-width: 990px){
	.seo-icon {
	height: 55px;
	width: 55px;
	margin: 12px auto;
}
	.seo-icon i {
	line-height: 2.5;
	font-size: 22px;
}
	.seo-box {
	padding: 7px 14px;
	width: 85%;
	margin: 0 auto  2.5rem;
}
}
