section.thin_column
{
	color: rgba(242, 242, 242, 0.9);

	position: relative;
}

section.thin_column:after
{
	clear: both;
	display: table;

	content: "";
}

section.thin_column .content_wrap
{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	 z-index: 2;

	max-width: 1176px;
}

section.thin_column .content
{
	display: flex;
	flex-direction: column;
	float: left;
	justify-content: center;
	margin-left: 8.5%;
	padding: 150px 0 150px;

	min-height: 925px;
	width: 34%;
}

section.thin_column .background
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	position: absolute;
	 left: 0;
	 top: 0;

	height: 100%;
	width: 100%;
}

section.thin_column .background:after
{
	background: rgba(9, 23, 45, 0.75);

	position: absolute;

	width: 100%;
	height: 100%;

	content: "";
}

section.thin_column h4
{
	margin-bottom: 60px;
	max-width: 300px;
}

section.thin_column p
{
	font: normal 300 16px/1.875 "Helvetica Neue", Helvetica, sans-serif;
	
	color: #b3b3b3;
	letter-spacing: 0;
}

section.thin_column p a
{
	font-weight: bold;
	text-decoration: underline;
}

section.thin_column p + p
{
	margin-top: 25px;
}

@media only screen and (max-width: 767px)
{
	section.thin_column .content
	{
		float: none;
		padding: 90px 0 7.5vmin;
		margin: 0 auto !important;

		min-height: 0;
		width: calc(100% - 60px);
	}

	section.thin_column .decoration
	{
		border: none !important;
		position: relative;
		 left: 1px;

		width: 100%;
	}

	section.thin_column .decoration:not(:first-child) .decoration_content
	{
		margin-top: 160px !important;
	}

	section.thin_column .decoration_content
	{
		margin: 60px auto 30px;
		padding-bottom: 100%;
		position: relative;
	}

	section.thin_column .decoration_content h2
	{
		bottom: calc(100% + 10px);
		left: 40%;
	}

	section.thin_column .decoration_content h2 b
	{
		font: normal 700 125px.1 "Barlow Condensed", sans-serif;
		letter-spacing: -0.01em;

		right: 0 !important;
		bottom: -50px;
		left: auto !important;
	}

	section.thin_column .decoration_content:before
	{
		top: 3%;
		left: 3%;
	}

	section.thin_column h4
	{
		margin-bottom: 52px;
	}

	section.thin_column .arrow_cta
	{
		margin-top: 15px;
	}
}