.workarea {
	background: url("/rr_images/decorations/bg-lines2.png") no-repeat 50% 0 scroll transparent;
}
.workarea .wrapper.bg-lines {
	background: none!important;
}
.about-company {
	margin-top: 20px;
}
	.about-company__item.flex {
		display: flex;
		line-height: 1.3;
		justify-content: space-between;
		align-items: center;
	}
	.about-company__item:nth-of-type(even) .about-company__image {
		order: 1
	}
	.about-company__item + .about-company__item {
		margin-top: 35px;
	}
		.about-company__img {
			border-radius: 5px;
			display: block;
			max-width: 100%;
			height: auto;
		}
		.about-company__image {
			text-align: center;
		}
		.about-company__image,
		.about-company__content {
			width: 47.5785%;
		}
	.about-company__text {
		border-left: 6px solid #e3231f;
		padding-left: 3.9285%;
	}
	.about-company__title {
		font-size: 24px;
		color: #161616;
		margin-bottom: 22px;
	}