.company-history {
	width: 100%;
	max-width: 1146px;
	margin: 0 auto;
	padding: 6px 15px 51px 15px;
}

.company-history__row {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}

.company-history__col {
	width: 100%;
	max-width: 50%;
	padding: 0 15px;
	font-weight: 300;
}

.company-history__header {
	font-weight: 300;
	font-size: 4rem;
	line-height: 5.3rem;
	margin-bottom: 36px;
	text-transform: uppercase;
	text-align: center;
}

.company-history__header b {
	font-weight: 700;
}

.company-history__col p {
	padding-bottom: 14px;
}

.company-history__col b {
	font-weight: 700;
	float: left;
	width: 36px;
}

.company-history__col p span {
	float: left;
	padding: 0 5px;
}

.company-history__col p:after {
	content: "";
	display: block;
	clear: both;
}

.company-history__link {
	margin-top: 17px;
}

.company-history-img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1199px) {

	.company-history__header {
		font-size: 3.2rem;
	    line-height: 4.3rem;
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 767px) {

	.company-history__col {
		max-width: 100%;
	}

	.company-history {
		padding-top: 0;
		margin-top: -2px;
	}

	.company-history__header {
		margin-bottom: 16px;
	}

	.company-history__link {
		margin-top: 3px;
	}

}

@media screen and (max-width: 575px) {

	.company-history {
		padding-top: 8px;
		margin-top: 0;
	}
	
}
