#researchers #researchers-box {
	width:95%;
	max-width:1000px;
	border:2px solid #fff;
	border-radius:50px;
	background:rgba(0,0,0,0.7);
	backdrop-filter:blur(10px);
	margin:0px auto 100px auto;
	padding-top:30px;
	padding-bottom:100px;
}
#researchers .researcher{
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:0px 100px;
	color:#fff;
	margin:0px 0px 0px 0;
}
#researchers .researcher .researcher-image img{
	height:240px;
	width:240px;
	margin:10px 0px 30px 0px;
}
#researchers .researcher .researcher-title{
	display:flex;
	align-items:flex-end;
}
#researchers .researcher .researcher-title h1{
	text-transform:uppercase;
	padding-right:10px;
	font-size:42px;
}
#researchers .researcher .researcher-title h2{
	font-weight:300;
	font-size:14px;
	line-height:46px;
}
#researchers .researcher .researcher-text p{
	font-size:14px;
	text-align:justify;
}
.page-pesquisadores .divider{
	margin:10px 0px 0px 0px;
}
@media (max-width: 720px){
	#researchers .researcher{
		padding:20px 20px;
	}
	#researchers .researcher .researcher-title{
		flex-direction:column;
		align-items:center;
	}
	#researchers .researcher .researcher-title h1{
		padding-right:0px;
		font-size:20px;
		text-align:center;
	}
	.page-pesquisadores .divider{
		display:block;
		width:80%;
		margin:20px 0px;
	}
}