/* Texto con botón - estilos frontend (basado en other-services.css 97-130) */
.services-intro-section {
	background-color: #FFFFFF;
	padding: 60px 0;
}

.services-intro-text {
	font-size: 16px;
	line-height: 1.7;
	color: #1A1A1A;
	margin: 0 0 24px 0;
	max-width: 900px;
}

.btn-services-contact {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	background-color: #0070C1;
	color: #FFFFFF;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-services-contact:hover {
	background-color: #005A9C;
}

.btn-services-contact svg {
	flex-shrink: 0;
}


