.equipment {
	background-image: url("i/bg_03.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	padding-top: 40px;
    padding-bottom: 100px;
}
.equBit h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 60px 0px;
	display: block;
	clear: both;
	max-width: 50%;
}
.equ_preview {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 50px;
}
.equ_txtBit {
	width: 33.3%;
	height: 120px;
	overflow: hidden;
	padding-left: 40px;
	float: left;
	position: relative;
}
.equ_txtBit:after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	left: 0px;
	top: 0px;
	background: #CF1C25;
	border-radius: 50%;
}
.equ_imgBox {
    padding-bottom: 55px;
}
.equ_imgBit {
	float: left;
	text-align: center;
	width: 16.5%;
	height: 120px;
}
.aboutRedBox {
	margin: 100px 0px;
	border: 1px solid #CF1C25;
	box-sizing: border-box;
	padding: 20px;
}
.aboutRedBoxCenter {
	background-color: #CF1C25;
	color: #FFF;
	text-align: center;
	padding: 30px;
	font-size: 20px;
}
.aboutRedBoxCenter h2 {
	text-transform: uppercase;
}
@media (max-width: 1000px) {
	.equBit h3 {
		max-width: 100%;
		padding: 50px 0px;
	}
	.equ_txtBit {
		width: 50%;
	}
	.equ_imgBit {
		width: 33.3%;
	}
	.equipment {
		padding-bottom: 0px;
	}
}
@media (max-width: 600px) {
	.equ_txtBit {
		width: 100%;
	}
	.equ_imgBit {
		width: 50%;
	}
}