.mpage-about {
	background: url('/images/site/so_bg_fire_resist_blue.png') no-repeat center top;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 270px;
	padding: 0 20px;
	width: 100%;
}
.mpage-about > div {
	box-sizing: border-box;
	max-width: 1840px;
	width: 100%;
}
.mpage-about-content {
	gap: 0 40px;
	justify-content: flex-end;
	width: 100%;
}
.ma-left-side {
	align-items: flex-end;
	gap: 25px 0;
	width: 550px;
}
.ma-left-side img:first-child {
	position: relative;
	right: 95px;
	top: 60px
}
.fire-text {
	background: url('/images/site/so_fire_shield.png') no-repeat left center;
	justify-content: center;
	margin-top: 15px;
	min-height: 125px;
	padding-left: 90px;
	position: relative;
	right: 40px;
}
.fire-text .text-top {
	color: #fff;
	font-family: 'LuzSans';
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	transform: scaleX(0.9);
}
.fire-text .text-bottom {
	color: #fff;
	font-family: 'Impact';
	font-size: 28px;
}
.ma-left-side img:last-child {
	align-self: center;
	max-width: 100%;
}
.ma-main {
	align-items: flex-start;
	max-width: 1200px;
	padding-top: 30px;
	position: relative;
	width: 100%;
}
.ma-h2 {
	align-items: center;
	display: flex;
	gap: 0 35px;
	justify-content: flex-start;
	min-height: 140px;
	padding-left: 57px;
	position: relative;
}
.ma-h2::before {
	border-left: 4px solid #f60;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}
.ma-h2 .h2-small-text {
	color: #fff;
	font-family: 'Impact';
	font-size: 28px;
	line-height: 1;
	text-align: left;
}
.ma-main-content {
	justify-content: space-between;
	width: 100%;
}
.ma-text {
	align-items: flex-start;
	box-sizing: border-box;
	max-width: 775px;
	position: relative;
	width: 100%;
}
.ma-text > div:nth-child(1) {
	box-sizing: border-box;
	padding: 0 80px 0 35px;
}
.ma-text ul {
	list-style: none;
	padding: 0 135px 0 145px;
}
.ma-text ul li {
	padding: 11px 0 25px;
	position: relative;
}
.ma-text ul li::before {
	content: url('/images/site/so_check_circle.png');
	position: absolute;
	left: -66px;
	top: 0;
}
.ma-text ul li .text-big {
	font-weight: bold;
	text-transform: uppercase;
}
.ma-text .text-side {
	bottom: 0;
	color: #fff;
	font-family: 'LuzSans';
	font-size: 71px;
	line-height: 1;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	transform: scaleY(0.9);
	transform-origin: bottom;
	writing-mode: sideways-lr;
}
.ma-right-side {
	max-width: 356px;
}
.ma-right-side img {
	margin: 25px 0;
}
.ma-right-side img:nth-child(2) {
	margin-bottom: 10px;
}
.mpage-about .text-common {
	color: #fff;
	font-family: 'Tahoma';
	font-size: 18px;
	line-height: 1.333;
	text-align: left;
}
.mpage-about .text-common p {
	margin: 1.4em 0;
}