.company-detail-left {
	width: 50%;
}

.company-detail-right {
	width: 50%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.company-detail-preview {
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
	color: #004A8D;
	margin-bottom: 40px;
}

.company-detail {
	margin: 60px 0;
}

.company-detail-left h2 {
	margin: 0 0 40px;
}

.company-detail-img{
	text-align: right;
	width: 100%;
}

.company-detail-presentations {
	max-width: 300px;
	margin-top: 70px;
	padding: 23px 0;
	border-top: 2px solid #004A8D;
	border-bottom: 1px solid #B8B6B6;

}

.company-detail-presentations-name {
	font-weight: 700;
	font-size: 22px;
	line-height: 130%;
	color: #004A8D;
	margin-bottom: 46px;
}
.company-detail-presentations a {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #6F6F6F;
	text-decoration: none;
	padding-right: 20px;
	position: relative;
}

.company-detail-presentations a:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 10px;
	background: url(img/arr.svg) center no-repeat;
	right: 2px;
	top: 2px;
}

@media (max-width: 992px){
	.company-detail-right {
		display: block;
	}
	.company-detail .mobile {
		display: none;
	}
	.company-detail .desktop {
		display: block;
	}
	.company-detail-img.desktop {
		margin-bottom: 30px;
	}
	.company-detail-left h2 {
		margin: 0 0 25px;
	}
	.company-detail-preview {
		font-weight: 400;
		font-size: 16px;
		line-height: 130%;
		color: #004A8D;
		margin-bottom: 30px;
	}

	.company-detail-text {
		margin: 30px 0 10px;
	}
	.company-detail-presentations {
		max-width: none;
		margin-top: 0;
		padding: 18px 0;
		border-top: 2px solid #004A8D;
		border-bottom: 1px solid #B8B6B6;
		width: 100%;
	}

	.company-detail-presentations-name {
		font-weight: 700;
		font-size: 18px;
		line-height: 130%;
		color: #004A8D;
		margin-bottom: 33px;
	}
	.company-detail {
		margin: 10px 0 40px;
		font-size: 14px;
	}
	.company-detail-presentations a {
		font-size: 12px;
		line-height: 14px;
	}
	.company-detail-presentations a:before {
		top: 0;
	}
}
@media (max-width: 767px){
	.company-detail-left {
		width: 100%;
	}

	.company-detail-right {
		width: 100%;
	}

	.company-detail-left h2 {
		margin: 0 0 25px;
	}
	.company-detail-preview {
		font-weight: 400;
		font-size: 17px;
		line-height: 130%;
		color: #004A8D;
		margin-bottom: 30px;
	}

	.company-detail-text {
		margin: 30px 0 40px;
	}
	.company-detail-presentations {
		max-width: none;
		margin-top: 0;
		padding: 18px 0;
		border-top: 2px solid #004A8D;
		border-bottom: 1px solid #B8B6B6;
		width: 100%;
	}

	.company-detail-presentations-name {
		font-weight: 700;
		font-size: 18px;
		line-height: 130%;
		color: #004A8D;
		margin-bottom: 33px;
	}
	.company-detail {
		margin: 10px 0 40px;
	}
	.company-detail-presentations a {
		font-size: 10px;
		line-height: 12px;
	}
	.company-detail-presentations a:before {
		top: 0;
	}
}