

.section-title p {
	font-size: 16px;
	margin-bottom: 0;
}
.col-xl-3.col-lg-3.col-md-6 {
	margin: 10px 0;
}
.services-wrapper {
	border: 1px solid #e5e5e5;
	padding:35px 0 33px 0;
	transition: .3s;
}
.services-wrapper:hover {
	box-shadow: 0px 3px 11px 0px rgb(214 214 214 / 85%);
	border: 1px solid transparent;
}
.services-img{}
.services-img img{}
.services-text{}
.services-text h3 {
	font-weight: 700;
	font-size: 24px;
	margin-top: 30px;
}
.services-text h3 a{color:#021844;transition:.3s;}
.services-text h3 a:hover{color:#43b14b;}

.services-text p {
	margin-bottom: 0;
	padding: 0px 29px;
	margin-top: 10px;
	line-height: 22px;
	color: #b7b7b7;
	font-size: 14px;
}
.col-xl-3.col-lg-3.col-md-6 {
	width: 24%;
	text-align: center;
}
.row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1200px;
	margin: auto;
}
.services-img img {
	width: 67%;
	height: 100%;
}
