.other-lvgembx{
	padding:40px 0;
}
.other-lvgembx .col-sm-12{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.other-lvgembx-title{
	font-size: 32px;
	color: #2B2D2C;
	letter-spacing: 1.71px;
	font-weight: 700;
}
.other-lvgembx-wz{
	font-size: 16px;
	color: #A5A5A5;
	letter-spacing: 0.86px;
	text-align: right;
	font-weight: 400;
}
@media(max-width:767px){
	.other-lvgembx{
		padding:15px 0;
	}
	.other-lvgembx-title{
		font-size:24px;
	}
	.other-lvgembx-wz{
		font-size:14px;
	}
}