.row_1 .inner{
	padding: 70px 20px 90px;
}

.row_1 .inner > div:nth-of-type(1){
    width: 21%;
    margin-right: 3%;
}

.row_1 .inner > div:nth-of-type(2){
	width:76%;
}

.row_1 .name{
    font-size: 2.1em;
    color: #490e60;
    line-height: 0.5;
    margin-bottom: 17px;
}

.row_1 .university{
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}

.row_1 .content{
    font-size: 1.25em;
    margin-bottom: 40px;
}

.row_1 .topic_title{
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #bc2396;
    margin-top: 50px;
}

.icon_link {
    right: 66px;
    top: 66px;
}

.icon_email {
    right: 20px;
    top: 66px;
}

@media only screen and (max-width:768px){
    .row_1 .inner > div:nth-of-type(1){
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;   
    }

    .circle_border{
        max-width: 240px;
    }
    
    .row_1 .inner > div:nth-of-type(2){
        width:100%;
    }
    
    
	.row_1 .name{
	    line-height: 1;
	}
}