.bio {
	padding: 6rem 0;
}

.bio p {
font-size:20px;
}

.bio .title p {
	font-size:19px;
	line-height:23px;
	font-weight:400;
}

.bio-content {
/* 	height:250px; */
	overflow-y:hidden;
	transition: all ease 200ms;
}

.w-70 {
	width:70%;
}

.w-80 {
	width:80%;
}

.w-85 {
	width:85%;
}

.bio-content.open {
	height:auto!important;
}

.bio-content-toggle {
	cursor:pointer;
}

.bio-content p {
	margin-bottom:1rem;
}

.bio-content ul li{
	list-style:disc;
	margin:1rem 0;
	font-size:19px;
}	