.jobs {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
@media screen and (min-width: 30em) {
	.jobs {
		flex-direction: row;
	}
}