@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap');


/*
========================================
About Us
========================================
*/


.section.gray {
	background-color: #dcdcdc;
	margin-top: 0;
}

.title {
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 1.3em;
}

.content-side {
	padding: 6% 16% 7% 0;
}

.image-side {
	background-image: url('../images/falling-business-card.png');
	background-size: cover;
	background-position: center;
}

.image-side.mobile { display: none }

.section.purpose {
	margin-top: 0;
	padding-bottom: 10px;
	text-align: center;
}

.section.purpose .title {
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.section.purpose .content {
	padding: 0 20%;
	margin-bottom: 40px;
}

.wrapper {
	background-color: white;
	box-shadow: 0 0 8px 5px #e6e6e6;
	text-align: center;
	padding: 15% 0;
	border-radius: 10px;
	height: 300px;
	margin: 0 auto 30px;
}

.fig {
	font-size: 5em;
	margin-bottom: 20px;
}

.section.team {
	margin-top: -20px;
}

.section.team .title {
	margin-bottom: 0;
	font-size: 1.8em;
	color: white;
}

.section.team .left-side {
	background-image: url("../images/wl-landscape.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section.team .right-side .content {
	font-weight: 300;
	color: #e0e0e0;
	font-size: 0.95em;
	line-height: 170%;
}

.section.team .right-side {
	background-color: #021224;
	padding: 5% 10% 5% 2%;
}

.section.member {
	padding: 0;
	margin: 5% 0;
}

.section.member .picture {
	height: 200px;
	width: 100%;
	background-position: 10% 30%;
	background-size: cover;
	margin: 0 auto 20px;
}

.section.member .name {
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 10px;
}

.section.member .role {
	margin-bottom: 15px;
	font-weight: 500;
}

.member-card {
	margin-bottom: 50px;
}

.member-card .member-wrapper { transition: 0.3s ease; }

.member-card .wrapper.active { 
	height: auto;
	text-align: left;
	padding: 30px 10px 50px;
	border-radius: 20px;
	transition: 0.3s ease;
}

.member-card button.active {
	background-color: #c1bebe;
	border: 1px solid #c1bebe;
	color: white;
}

.member-card .description {
	display: none;
	margin-top: 40px;
	font-size: 0.95em;
}

@media only screen and (max-width: 992px) {
	.image-side.mobile {
		display: block;
		height: 800px;
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: -15%;
	}

	.content-side {
		padding: 6% 0 7% 0;
	}

	.section.purpose .content {
		padding: 0 10%;
	}

	.wrapper {
		margin: 30px 20%;
		padding: 10% 0;
	}

	.section.team .left-side {
		height: 400px;
	}

	.section.team .right-side {
		padding: 5% 10%;
	}

	.section.member .picture {
		width: 100%;
		height: 500px;
		background-position: 50% 40%;
	}

	.member-card .wrapper {
		margin: 0;
	}

}


@media only screen and (max-width: 500px) {
	.page-banner .title {
		margin-bottom: 10px;
	}

	.image-side.mobile {
		height: 600px;
		margin: -15% 0 -30%;
	}
}