.member-detail__image{
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 10px;
}

.member-detail__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 15px;
}

.member-detail h1{
	font-size: 36px
}
.approvePersonData{
	padding-top: 10px;
	color: #929292;
}