.company-bottom {
	padding: 80px 0;
	background: #E7ECF1;
}

.company-bottom-img {
	position: relative;
	width: 48.8%;
}
.company-bottom-img:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 50%;
	background: linear-gradient(180deg, #256FB4 0%, rgba(37, 111, 180, 0) 100%);
	transform: rotate(180deg);
}


.company-bottom-info {
	width: 51.2%;
	position: relative;
	background: #EA2127;
	padding: 47px 25px 42px;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: 140%;
	margin: 68px 0;
}

.company-bottom-info::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border: 12px solid transparent;
	border-right: 12px solid #E7ECF1;
	border-bottom: 12px solid #E7ECF1;
}
@media (max-width: 992px){
	.company-bottom {
		padding: 0 0 50px;
		background: transparent;
	}
	.company-bottom-info::after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		border: 7px solid transparent;
		border-right: 7px solid #fff;
		border-bottom: 7px solid #fff;
	}
	.company-bottom-img img {
		width: 100%;
	}
	.company-bottom-info {
		width: 100%;
		position: relative;
		background: #EA2127;
		padding: 15px;
		color: #fff;
		font-weight: 700;
		font-size: 20px;
		line-height: 140%;
		margin: 0;
	}
	.company-bottom-img {
		position: relative;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
}
@media (max-width: 767px){
	.company-bottom {
		padding: 0 0 40px;
		background: transparent;
	}
	.company-bottom-info::after {
		content: '';
		position: absolute;
		right: 0;
		bottom: 0;
		border: 7px solid transparent;
		border-right: 7px solid #fff;
		border-bottom: 7px solid #fff;
	}
	.company-bottom-info {
		width: 100%;
		position: relative;
		background: #EA2127;
		padding: 15px;
		color: #fff;
		font-weight: 700;
		font-size: 19px;
		line-height: 140%;
		margin: 0;
	}
	.company-bottom-img {
		position: relative;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
}