.service {
	display: flex;
	align-content: center;
	justify-content: center;
	background-color: #dedfe1;

}

.service .wrapper container {

	margin: 10px;
	height: 100vh;
	display: flex;
	align-content: center;
	justify-content: space-between;
	padding: 2px;
	flex-wrap: wrap;
	background-color: #dedfe1;

}

.wrapper {
	/*margin-top: 80px !important;*/
	margin-bottom: 40px !important;
}

.new {
	margin-top: 40px !important;
}


.service .box {
	width: 150px;
	margin: 6px;
	box-sizing: border-box;
	flex-grow: 1;
	padding: 15px;
}

.service h1 {
	font-size: 100%;
}

.service p {
	font-size: 100%;
	color: white;
}

.service hr {
	width: 40px;
	border: none;
	height: 1px;
	background-color: white;
	margin-left: 0px;
}

.service i {
	margin: 0px;
	background: -webkit-gradient(linear, left top, right bottom, from(#0ab3d9), to(#07abddfa));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: initial;
}


#icon:hover {

	transition: 0.3s;
	transform: scale(1.3);

}

#icon {
	display: inline-block;
	transition: 0.3s;
	overflow: hidden;

}


.heading {
	text-align: center;
	color: white;
	font-weight: 100;

}

.name {
	color: white;
}

#icon:hover {}
@media (max-width: 768px) {
    .wrapper {

	margin-bottom: 35px !important;
}
.new{
    	margin-top: 0px !important;
}
    }
