
ol {
display: flex;
  flex-direction: column;
  gap: 15px;
}


h4 {
	margin: 210;
	padding: 110;
	color: #c41e16;
}

#services .title {
	font-size: 46px;
	color: #000000;
	font-weight: 600;
}

#services .title span {
	font-size: 46px;
	color: #FF5722;
	font-weight: 600;
}


.card-items .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: .25rem;
	box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}


