@charset "UTF-8";
/* CSS Document */

.p-5 {
    padding: 2rem!important;
}

.mb-4, .my-4 {
    margin-bottom: 0!important;
}
blockquote p1{
	color:#0281d7;
	
}
.service-box{
	border: 1px solid #ddd;
	padding:25px;
	margin:10px;
}
.service-box img{
	width:100%;
}
.service-box h2{
	    text-align: center;
    color: #00a1cd;
    margin-top: 20px;
    font-size: 28px;
    font-weight: 400;
}


@media (max-width: 740px) {
	
	.mobile-form{	
	margin-top:-95px!important;
	}
	.header-row.email{
		display:none!important;
		
	}
	
}

