.service-box.style1 {
	display: flex;
	background-color: #fff;
	padding: 38px 40px 40px;
	box-shadow: 0px 20px 40px 0px rgba(145, 139, 187, 0.05);
	background-image: url(../images/service-box-bg.png);
	background-repeat: no-repeat;
	background-position: 205px -20px;
}

.service-box.style1 .icon {
	margin-right: 25px;
}
.service-box.style1 .icon i {
	position: relative;
	display: inline-block;
	color: var(--main-color);
	font-family: "Flaticon";
	font-style: normal;
	font-size: 36px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.service-box.style1 .title h3 {
	font-size: 20px;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style1 .description p {
	margin-bottom: 27px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style1 .content .service-btn a {
	display: inline-block;
	color: var(--title-color);
	font-weight: 600;
}
.service-box.style1 .content .service-btn a i {
	color: var(--main-color);
	margin-left: 10px;
}

#services {
	background: #4aa3df;
}

.typewrite {
	font-size: 50px;
}
.hero-img .img-fluid {
	max-width: 70%;
	float: right;
}
.services .icon {
	background: none;
}

@media screen and (max-width:768px){
#hero .hero-img {
	text-align: center;
	display: none;
}
#hero h2 {
	line-height: 40px;
}
#hero {
	height: 480px !important;
}	
}