.service-cta__contact-person {
	margin-top: auto;
}

@media screen and (max-width: 1025px) {
	.service-cta__contact-person {
		margin: var(--gap-xs6) 0;
	}
}
@media screen and (min-width: 1026px) {
	.service-cta .contact-person__content {
		justify-content: center;
	}
}

.service-cta {
	margin-top: var(--section-padding-block);
	margin-bottom: var(--section-padding-block);
}
main > .service-cta:last-child {
	margin-bottom: 0;
}
