/*@media screen and (max-width: 750px) {*/
@media ( max-width: 500px ) {



.central_box {
	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
	background: url(../img/m_logo.jpg);
	background-repeat: no-repeat;
	background-position: top, center;
	background-size: 100% auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.m_central_logo_principal {
	width: 70%;
	padding: 10px;
	margin: 10px 0;
}
.m_central_bt_lend {
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.m_central_bt_lend div {
	padding: 10px;
}
.m_central_lend_textbox {
	margin-top: 450px;
	width: 100%;
	padding: 20px;
}
.central_lend_zag {
	width: 100%;
	margin-bottom: 35px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 700;
	font-size: 32px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.central_lend_txt {
	width: 100%;
	text-align: justify;
	font-weight: 400;
	font-size: 16px;
	text-align: justify;
	color: #969595;
	line-height: 28px;
}






}

