.service-services .section-heading {
	justify-content: space-between;
	text-align: left;
}

.service-workflow .section-heading,
.service-downloads .section-heading {
	justify-content: center;
	text-align: center;
}

.service-services .feature-card {
	min-height: 270px;
}

.service-card {
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.service-card:hover {
	border-color: var(--red);
	box-shadow: 0 18px 35px rgba(18, 31, 39, .08);
	transform: translateY(-4px);
}

.service-card .feature-card__icon {
	width: 50px;
	height: 50px;
	background: #fff;
}

.service-card .feature-card__icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: var(--red);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.service-workflow .section-heading {
	margin-bottom: 66px;
}

.support-band__content {
	background: var(--soft-dark);
}

.support-band__content p {
	color: rgba(255, 255, 255, .78);
}

.support-band__content li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.support-band__content li::before {
	display: none;
	content: none;
}

/*.support-check {*/
/*	font-size: 0;*/
/*	display: inline-grid;*/
/*	place-items: center;*/
/*	width: 18px;*/
/*	height: 18px;*/
/*	border: 1px solid var(--red);*/
/*	border-radius: 50%;*/
/*	color: var(--red);*/
/*}*/

/*.support-check::before {*/
/*	content: "\2713";*/
/*	font-size: 12px;*/
/*}*/

.service-download-grid {
	grid-template-columns: repeat(4, 1fr);
}

.service-download-grid .feature-card {
	padding: 25px;
}

.service-download-grid h3 {
	font-size: 17px;
}

.service-download-grid p {
	font-size: 13px;
}

.download-icon {
	position: relative;
	width: 24px;
	height: 26px;
	margin-bottom: 17px;
	border: 2px solid var(--red);
	border-radius: 2px;
	color: var(--red);
	font-size: 0;
}

.download-icon::after {
	position: absolute;
	right: 4px;
	bottom: 5px;
	left: 4px;
	height: 2px;
	background: var(--red);
	content: "";
}

.service-cta {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.service-cta .cta-strip__inner {
	justify-content: center;
}

.service-cta .cta-strip__inner > div:first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-cta .button {
	margin-top: 18px;
	border-color: #fff;
	background: #fff;
	color: var(--red);
}

.service-cta-art {
	position: absolute;
	right: 5%;
	bottom: -58px;
	width: 150px;
	height: 150px;
	color: #fff;
}

.service-cta-art svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4;
}

@media only screen and (max-width: 768px) {
	.service-download-grid {
		grid-template-columns: 1fr;
	}

	.service-cta-art {
		right: -18px;
		width: 110px;
		height: 110px;
	}
}
