#page-services ul {
	display: flex;
	//align-items: center;
	//justify-content: center;
	gap:15px;
	flex-wrap: wrap;
}

.services-icon{
	//margin-bottom:15px;
}

.service-icon-title-header{
	display: flex;
	align-items:end;
}

/*.section-title-line-2026{
	display: flex;
	align-items: baseline;
	gap: 12px;
	white-space: unset;
}

.section-title-line-2026::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: rgb(226, 226, 226);
}*/

.section-title-line-2026{
	position: relative;
	  display: block;
}

.title-text {
  
}

.fill-line {
  position: absolute;
	right: 0;
	height: 1px;
	background: #e2e2e2;
}

#page-services ul li h3{
	font-size: 17px;
	margin-top: 25px;
	text-transform: capitalize;
}

@media(min-width:992px){
	#page-services ul li {
		width: 15%;
	}
}

@media(max-width:991px){
	#page-services ul {
		flex-wrap: wrap;
	}
}

@media(min-width:768px) and (max-width:991px){
	#page-services ul li {
		width: 33%;
	}
}

@media(max-width:767px){
	.service-icon-title-header{
		flex-wrap: wrap;
	}
	#page-services ul li {
		width: 47%;
	}
	
}