/*-----------------------------------------
**
** POP UP / NOTE
**
-----------------------------------------*/
html,body {
	background: #fff;
	color: #000;
	position: relative;
	height: 100%;
}
#wrapper{
	display: flex;
	align-content: center;
	justify-content: center;
}
.container{
	max-width: 800px;
	margin: 80px auto;
	width: 90%;
}
h2 {
	margin:0 auto;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (min-width:641px) {
	._prof p,
	._prof span{
		display: none;
	}
	._prof h2 img{
		display: inline;
	}
	._prof h2 img{
		height: 20px;
		width: auto;
	}
}
@media screen and (max-width:640px) {
	._prof p {
		display: inline;
	}
	._prof h2 p {
		font-size: 24px;
		font-weight: 600;
	}
	._prof h2 span {
		font-size: 12px;
		font-weight: 500;
		margin-right: 2em;
	}
	._prof img{
		display: none;
	}
}




