.factory {
	background: linear-gradient(180deg, #3f62bd 0%, #2e4278 100%);
	padding: 16px 8px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	display: block;
}

.factory__bg {
	position: absolute;
	top: calc(50% - 90px);
	left: 0px;
}

.factory__svg {
	margin-right: 8px;
	width: 40px;
}

.factory__row {
	display: flex;
	align-items: center;
	position: relative;
}

.factory__text-top {
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
}

.factory__text-bottom {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.24em;
	text-align: center;
}

.factory__text {
	color: #fff;
}


@media (min-width: 1200px) {
	.factory {
		padding: 28px 16px;
	}

	.factory__text-bottom {
		letter-spacing: 0.36em;
	}

	.factory__svg {
		width: auto;
		margin-right: 15px;
	}

	.factory__text-top {
		font-size: 16px;
	}
}