 #introduction_flex_view .digital-services-heading {
	 font-size: 28px;
	 font-weight: 700;
	 color: #1a4ed8;
	 margin-bottom: 15px;
}
 #introduction_flex_view .digital-services-description {
	 font-size: 16px;
	 color: #333;
	 line-height: 1.6;
}
 #introduction_flex_view .digital-services-lists {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 40px;
	 justify-content: center;
}
 #introduction_flex_view .digital-services-lists .services-column ul {
	 padding-left: 20px;
}
 #introduction_flex_view .digital-services-lists .services-column ul li::marker {
	 color: #fff;
}
 #introduction_flex_view .services-column {
	 flex: 1 1 300px;
	 min-width: 280px;
}
 #introduction_flex_view .intro_flex_card_button {
	 text-align: right;
}
 #introduction_flex_view .intro_flex_card_button .intro_flex_link {
	 color: #007bff !important;
}
 #introduction_flex_view .intro_flex_link span {
	 width: fit-content;
	 float: right;
}
 #introduction_flex_view .intro_flex_link span:hover {
	 color: #007bff !important;
	 border-bottom: 1px solid #007bff;
}
 #introduction_flex_view .services-subheading {
	 font-size: 18px;
	 font-weight: 600;
	 color: #222;
	 margin-bottom: 10px;
}
 #introduction_flex_view .services-list {
	 list-style-type: disc;
	 padding-left: 20px;
	 color: #444;
	 line-height: 1.6;
}
 @media (max-width: 768px) {
	 #introduction_flex_view .digital-services-heading {
		 font-size: 24px;
	}
	 #introduction_flex_view .digital-services-lists {
		 flex-direction: column;
		 align-items: center;
	}
	 #introduction_flex_view .digital-services-lists {
		 display: block;
	}
}
 #introduction_flex_view .intro_flex_card_button .common-btn {
	 border: none;
	 float: right;
}
 #introduction_flex_view .common-space {
	 padding: 40px 0;
	 margin: 0;
}
 