* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #000;
	font-family: "stevie-sans", sans-serif;
	font-style: normal;
	color: #fff;
}

p {
	margin-bottom: 1rem;
}

ul {
	margin-bottom: 2rem;
	padding-left: 14px;
}

ul li {
	margin-bottom: 6px;
}

a {
	color: #fff;
}

.wrapper {
	padding: 0 30px;
	height: 100vh;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wrapper .content-wrapper {
	display: flex;
	gap: 30px;
}

.wrapper .content-wrapper .col {
	width: 50%;
}

.wrapper .content-wrapper .col img {
	width: 100%;
}

.logo {
	width: 932px;
	margin: 0 auto;
	text-align: right;
}

.logo .vacature-link {
	display: inline-block;
	margin-top: 50px;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: right;
}

.logo .opening {
	font-size: 2.5rem;
	font-weight: 300;
	text-align: right;
}

.logo h1 {
	text-align: right;
	font-size: 2.5rem;
	font-weight: 300;
}

.footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.footer .logo-trek {
	width: 300px;
}

.footer .contact {
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	align-items: flex-end;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1rem;
}

h1,
h2,
h3,
h4 {
	font-weight: 600;
	margin-bottom: 1rem;
}

.job-page .wrapper {
	justify-content: flex-start;
	align-items: flex-start;
	height: auto;
	max-width: 1000px;
}

.job-page .logo {
	max-width: 240px;
	padding: 30px 0;
	margin: 0;
}

.job-page .footer {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.job-page .footer .logo-trek {
	width: 150px;
}

.job-page .footer .contact {
	font-size: 1rem;
}

@media (max-width: 992px) {
	.wrapper {
		width: 100%;
	}

	.logo {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.wrapper {
		padding: 0 15px;
		justify-content: flex-start;
	}

	.wrapper .content-wrapper {
		flex-direction: column;
	}
	.wrapper .content-wrapper .col {
		width: 100%;
	}

	.logo {
		margin-top: 100px;
	}

	.logo .opening {
		margin-bottom: 30px;
	}

	.logo .opening,
	.logo h1 {
		font-size: 1.5rem;
		text-align: center;
	}

	.footer {
		flex-direction: column;
	}

	.footer .logo-trek {
		order: 2;
		width: 150px;
	}

	.footer .contact {
		font-size: 1rem;
		align-items: center;
		margin-bottom: 30px;
		order: 1;
	}
}
