@charset "utf-8";
#aboutPic{
    position: absolute;
    width: 250px;    
    height: 300px;
    left:calc(50% - 350px);
    top: 180px;
    bottom: 0;
    box-shadow: 0 20px 50px 0 var(--bc2);
}

#aboutDesc{
    position: absolute;
    top: 200px;
     left:calc(50% - 50px);
	line-height: 25px;
    font-family: 'h5';
	font-size: 12px;	
    color: var(--wc9);
    letter-spacing: 1px;   
    font-weight: normal;
}
#aboutDesc span{
  
	line-height: 25px;
    font-family: 'h3';
	font-size: 18px;	
    color: var(--mc10);
    letter-spacing: 1px;   

}