.links {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.links a:first-child {
	justify-self: end;
}

.links a:nth-child(2) {
	justify-self: start;
}

.links a:last-child {
	transform: translateX(calc(50% + 12px));
}

.connect {
	align-items: center;
}

.connect .service__title {
	display: flex;
	justify-content: center;
}
