.headings {
	margin-bottom: 20px;
}

	.headline h2 {
		font-size: 60px;
		font-weight: bold;
	}

	.subheading h3 {
		font-size: 22px;
		line-height: 1.2em;
	}

	.btn-after-text {
		margin-top: 20px;
	}

	.col.image video,
	.col.image img {
		width: 100%;
	}

	.col.image {
		margin-bottom: 20px;
	}

@media (min-width: 992px) {
	.page-not-found-layout {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.headings {
		margin-bottom: 40px;
	}

	.headline h2 {
		font-size: 125px;
		font-weight: bold;
	}

	.subheading h3 {
		font-size: 38px;
		line-height: 1.2em;
	}

	.col.image {
		margin-bottom: 0;
	}
}

