.employ-cta {
	display: flex;
	flex-direction: column;
	text-align: center;

	.cta-title {
		font-weight: 700;
		color: #262254;
	}

	.cta-link {
		color: var(--color-primary);
		font-weight: 600;
	}
}