.servicesItem {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.servicesItemImg {
	width: 70px;
}
.servicesItemImg img {
	width: 100%;
}
.servicesItemContent h3 {
	color: #2a2a2a;
	font-size: 20px;
	text-align: center;
}
.serviceItem {
	border-radius: 10px;
	border: 2px solid #f5f5f5;
	overflow: hidden;
	background-color: #fff;
}
.serviceItemImg img {
	width: 100%;
}
.servicesImg img {
	width: 100%;
}
.servicesItemTitle {
	padding: 10px 0;
	text-align: center;
}
.servicesItemTitle h3 {
	color: #2a2a2a;
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;
}
.carousel-item img {
	width: 100%;
	object-fit: cover;
	height: auto;
	aspect-ratio: 1349/450;
}
