.mainPage .biogr{
	position: relative;
}
.mainPage .biogr .image{
	position: relative;
	float: left;
	width: 25%;
	height: 700px;
	overflow: hidden;
}
.mainPage .biogr .image img{
	width: 100%;
}
.mainPage .biogr .detail{
	position: relative;
	float: right;
	margin-left:5%;
	width: 63%;
	height: 700px;
	overflow: hidden;
	overflow-y: auto;
	text-align: justify;
	color: #b3b3b3;
}
.mainPage .biogr .detail::-webkit-scrollbar {
    width: 6px;
}
.mainPage .biogr .detail::-webkit-scrollbar-thumb {
    
    background-color: rgba(180,181,182,0);
    
}
.mainPage .biogr .detail:hover::-webkit-scrollbar-thumb {
    
    background-color: rgba(180,181,182,0.7); 
}
.mainPage .biogr .detail h1{
	font-family: oryaniB;
	color: #32b8c9;
	font-size: 15px;
}
.mainPage .biogr .detail p{
	font-family: oryaniR;
	font-size: 14px;
	text-align: justify;
}
.mainPage .biogr .detail *{
	width: 95%;
}