#hero h2{
	font-weight:normal;
}
#hero p{
	text-align:justify;
}
#hero .btn-get-started{
	border-radius:0px;
}

.about .about-content{
	padding:25px 20px 0px;
}
.about .section-title{
	margin-bottom:0px;
	padding-bottom:0px;
}

.about .section-title p{
	font-family:'calibri';
	font-style:normal;
	text-align:justify;
	margin-bottom:1rem;
	font-size:18px;
	
}

.about .section-title h2{
	font-weight:normal;
}

.about .no-gutters{
	margin-right: -15px;
    margin-left: -15px;
}
.about .highlight{
	color:#1c5c93;
	font-weight:400;
}

.client-logo{
	padding:10px;
	border:1px solid #f1f1f1;
	height:175px;
	vertical-align:middle;
}

@media(max-width:767px){
	#hero p{
		display:none;
	}
	#hero ul{
		display:none;
	}
	#hero .btn-get-started{
		display:none;
	}
	#hero h2{
		margin-bottom:0px;
	}
	.logo .smart-contact{
		padding:5px;
		color:#1c5c93;
	}
	#header{
		height:auto;
	}	
}

@media(min-width:768px){
	#hero .btn-get-started{
		display:none;
	}
	#hero h2{
		margin-bottom:10px;
	}
	#header{
		height:auto;
	}
}

@media(min-width:992px){
	.logo .smart-contact{
		display:none;
	}
}
@media(min-width:1200px){
	.logo .smart-contact{
		display:none;
	}
}
