/* =========================
   COMPANY SECTION STYLES
   ========================= */

.company_section{
	position: relative;
	padding: 50px 0;
}

.company_section:first-child{
	position: relative;
}

.company_section .sec-text > *{
	font-size: 14px;
	line-height: 1.85em;
	margin-top: 0;
	margin-bottom: 1.85em;
}

.company_section .img-block{
	position: relative;
	border-radius: 20px;
	max-width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.company_section .content-col{
	margin-bottom: 30px;
}

.company_section .content-col .btn-col{
	margin-top: 30px;
}

@media screen and (min-width: 768px){

	.company_section{
		padding-bottom: 50px;
	}

	.company_section .content-col{
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.company_section .img-block{
		padding: 0;
		height: 100%;
		min-height: 400px;
	}

	.company_section .sec-text > *:last-child{
		margin-bottom: 0;
	}
}


@media screen and (min-width: 1200px){

	.company_section:nth-child(2){
		padding: 50px 0 50px;
	}

	.company_section:nth-child(3){
		position: relative;
		z-index: 2;
	}

	.company_section:nth-child(4){
		padding: 50px 0;
	}

	.company_section .content-col{
		margin-bottom: 0;
	}

	.company_section:nth-child(2n) .content-col{
		padding-left: 68px;
		order: 2;
	}

	.company_section:nth-child(2n - 1) .content-col{
		padding-right: 68px;
	}

	.company_section:nth-child(2n) .img-col{
		order: 1;
	}
}

@media screen and (min-width: 1650px){
	.company_section .sec-text > *{
		font-size: 18px;
	}
}
