.terapix-services-index-hero {
	background: #f5f8fb;
	padding: 82px 0;
}

.terapix-services-index-hero h1 {
	color: #102f4e;
	font-size: 54px;
	font-weight: 700;
	line-height: 1.08;
	margin-bottom: 18px;
}

.terapix-services-index-hero__lead {
	color: #4f6475;
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 0;
}

.terapix-services-index-hero__image {
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(16, 47, 78, 0.16);
	overflow: hidden;
}

.terapix-services-index-hero__image img {
	display: block;
	height: 420px;
	object-fit: cover;
	width: 100%;
}

.terapix-services-index {
	padding: 78px 0;
}

.terapix-services-index h2 {
	color: #102f4e;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 14px;
}

.terapix-services-index__intro {
	color: #536878;
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 38px;
	max-width: 820px;
}

.terapix-services-index-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, 1fr);
}

.terapix-services-index-card {
	background: #fff;
	border: 1px solid #e6edf2;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(16, 47, 78, 0.08);
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.terapix-services-index-card:hover,
.terapix-services-index-card:focus {
	box-shadow: 0 24px 60px rgba(16, 47, 78, 0.15);
	transform: translateY(-4px);
}

.terapix-services-index-card img {
	display: block;
	height: 230px;
	object-fit: cover;
	width: 100%;
}

.terapix-services-index-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 28px;
}

.terapix-services-index-card span {
	color: #e96c00;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.terapix-services-index-card h3 {
	color: #102f4e;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}

.terapix-services-index-card p {
	color: #536878;
	line-height: 1.7;
	margin-bottom: 20px;
}

.terapix-services-index-card strong {
	align-items: center;
	color: #e96c00;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	margin-top: auto;
	text-transform: uppercase;
}

.terapix-services-index-card strong i {
	font-size: 12px;
}

@media (max-width: 991px) {
	.terapix-services-index-hero,
	.terapix-services-index {
		padding: 56px 0;
	}

	.terapix-services-index-hero h1 {
		font-size: 42px;
	}

	.terapix-services-index-grid {
		grid-template-columns: 1fr 1fr;
	}

	.terapix-services-index-hero__image img {
		height: 340px;
	}
}

@media (max-width: 575px) {
	.terapix-services-index-hero h1 {
		font-size: 34px;
	}

	.terapix-services-index h2 {
		font-size: 28px;
	}

	.terapix-services-index-grid {
		grid-template-columns: 1fr;
	}

	.terapix-services-index-card img {
		height: 210px;
	}
}
