*{ 
	font-family:'Open Sans';
}

.text-center img {
	display: inline-block;
}

.body-section {
	background-color: #f7f5f5;
}

.deploy-section {
	min-height: 690px;
	padding: 160px 0px;
	height: 100%;
}

.deploy-wrap h3 {
	width: 100% !important;
	padding-bottom: 20px;
}
.deploy-wrap h3:after {
	display: none !important;
}
.deploy-wrap img {
	display: block;
	margin: 30px auto 0px;
}

.heading h3 {
	font-size: 38px;
	color: #000;
	font-family: "Poppins";
	font-weight: 700;
	text-transform: uppercase;
	width: auto !important;
	display: initial;
	position: relative;
	z-index: 99999999;
}
.heading h3::after {
	position: absolute;
	content: "";
	background-color: #00aeef;
	left: 0;
	bottom: 7px;
	border: 3px solid #00aeef;
	width: 100%;
	z-index: -1;
}

@media screen and (max-width: 1920px) {
	.deploy-section {
		padding: 260px 0px;
	}
}

@media screen and (max-width: 1600px) {
	.deploy-section {
		padding: 140px 0px;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	.deploy-section {
		padding: 100px 0px;
	}
}

@media screen and (max-width: 1279px) {
	.heading h3 {
		font-size: 28px;
	}
	.deploy-section {
		padding: 120px 0px;
	}
}



