.member-box > .row > .col > div{
	background: #FFF;
	border-radius: 12px;
}

.member-box > .row > div:first-child > div{
	padding: 50px 55px;
}

.member-box > .row > div:last-child > div{
	padding: 45px 65px;
}

.member-box > .row > div:first-child div:has(>img){
	position: relative;
	width: 100%;
	text-align: right;
	padding-top: 5%;
	max-width: 300px;
	margin: 0 auto;
}

.member-box > .row > div:first-child img{
	width: 90%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	border-radius: 50%;
	z-index: 1;
	position: relative;
}

.member-box > .row > div:first-child div:has(>img):before{
	content: '';
	position: absolute;
	width: 90%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	top: 0;
	left: 0;
	background: #F6F6F1;
}

.member-box > .row > div:first-child p{
	font-weight: 600;
	font-size: 16px;
	line-height: 183%;
	color: #9F9F9F;
	margin-bottom: 0;
}

.member-box > .row > div:first-child h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 183%;
	margin-bottom: 0;
}

.member-box > .row > div:last-child p{
	font-weight: 600;
	font-size: 16px;
	line-height: 145%;
	text-align: justify;
}

@media only screen and (max-width: 849px) {
	.member-box > .row > div:first-child > div{
		padding: 25px 20px;
	}
	
	.member-box > .row > div:last-child > div{
		padding: 25px 30px;
	}
}

@media only screen and (max-width: 549px){
	.member-box > .row > div:first-child > div,
	.member-box > .row > div:last-child > div{
		padding: 0;
	}
	
	.member-box > .row > div:last-child p{
		font-size: 14px;
	}
}