.about_info-wrapper {
	margin-bottom: 118px;
}
.about_info-block {
	box-shadow: -12px -12px 24px 0px #FFF, 2px 4px 24px 0px rgba(12, 52, 198, 0.20);
	border-radius: 32px;
}
.about_info-line {
	display: flex;
	justify-content: space-between;
	padding: 23px 13px;
	background: #F7F7F7;
}
.about_info-line:nth-child(odd) {
	background: #E5E8F1;
}
.about_info-line:first-child {
	border-top-right-radius: 32px;
	border-top-left-radius: 32px;
	padding: 13px;
}
.about_info-line:last-child {
	border-bottom-right-radius: 32px;
	border-bottom-left-radius: 32px;
}
.about_info-line .number {
	width: 10%;
	text-align: center;
}
.about_info-line .title {
	width: 33%;
	padding-left: 14px;
}
.about_info-line .number,
.about_info-line .title {
	font-weight: 800;
	line-height: normal;
	color: #333;
}
.about_info-line .char {
	width: 57%;
	line-height: normal;
	font-weight: 500;
	color: #333;
	padding-left: 14px;
}
.about_info-line:first-child .number,
.about_info-line:first-child .char,
.about_info-line:first-child .title {
	color: #153BC8;
	font-weight: 500;
}


@media (max-width: 991px) {
	.about_info-wrapper {
		margin-bottom: 30px;
	}
}
@media all and (max-width: 600px) {
	.about_info-block {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.about_info-line {
		width: fit-content;
	}
	.about_info-line .number {
		width: 50px;
		min-width: 50px;
	}
	.about_info-line .title {
		width: 170px;
		min-width: 170px;
		margin-right: 20px;
	}
	.about_info-line .char {
		width: 300px;
		min-width: 300px;
	}
}