#what-we-offer-services {
	padding: 60px 0;
}
#what-we-offer-services h2 {
	position: relative;
	margin: 0;
	font-family: 'Montserrat';
	font-size: 40px;
	color: #222222;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
#what-we-offer-services h2:after {
	content: "";
	display: block;
	width: 270px;
	max-width: 100%;
	margin: 0 auto;
	border-style: solid;
	border-bottom-width: 0;
}
#what-we-offer-services p.tagline {
	margin: 30px 0 0 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
#what-we-offer-services .offerServices {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}
#what-we-offer-services .offerServices .item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc(33.333333% - 14px);
	padding: 30px 30px;
	border: 1px solid #E9E9E9;
	border-radius: 10px;
	cursor:pointer;
}
#what-we-offer-services .offerServices .item:hover {
	box-shadow: 0 0 10px 5px #ecf4f6ab;
}
#what-we-offer-services .offerServices .item .imgTitle {
	display: flex;
	align-items: center;
	gap: 20px;
}
#what-we-offer-services .offerServices .item .imgTitle .image {
	min-width: 80px;
	width: 80px;
	height: 80px;
}
#what-we-offer-services .offerServices .item .imgTitle img {
	max-width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}
#what-we-offer-services .offerServices .item .imgTitle h3 {
	margin: 0;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	line-height: 25px;
}
#what-we-offer-services .offerServices .item p {
	flex: 1;
	margin: 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 24px;
}
#what-we-offer-services .offerServices .item .buttons {
	display: flex;
	margin: 0;
	gap: 20px;
	margin-bottom: auto;
}
#what-we-offer-services .offerServices .item .buttons .btn {
	display: inline-block;
	width: 100%;
	padding: 12px 17px;
	background: #dde2e7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "Montserrat";
	font-size: 14px;
	color: #3d444c;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	transition: all 0.3s;
}
#what-we-offer-services .offerServices .item .buttons .btn:hover {
	background: #399fdd;
	color: #ffffff;
}
#what-we-offer-services .offerServices .item .buttons .btn + .btn {
	background: #399fdd;
	color: #ffffff;
}
#what-we-offer-services .offerServices .item .buttons .btn + .btn:hover {
	background: #dde2e7;
	color: #3d444c;
}
