.teacher{

padding:0 20px;
}
.teacher .name{

font-weight: 600;
font-size: 23px;
line-height: 120%;
/* identical to box height, or 28px */
margin-bottom:14px;

color: #000000;
}
.teacher .preview{

font-size: 18px;
line-height: 140%;
}
.teacher .detail{
font-size: 18px;
line-height: 140%;
padding-bottom:70px;
}
.violetline{
width: 180px;
height: 0px;

margin:30px 0;
border: 2px solid #C24BE7;

}
.violetborder{
width: 380.95px;
height: 476.19px;
position:absolute;
z-index: -1;
opacity: 0.5;
/* Brand / pink */
right:0;
top:0;
border: 1px solid #C24BE7;
box-sizing: border-box;
border-radius: 3px;
}
.greensquare{
width: 238.1px;
height: 238.1px;
left: 0;
bottom:0;
z-index: -1;
position:absolute;
bottom:0;
background: #68B78A;
opacity: 0.2;
border-radius: 3px;
}
.teacherphoto{
position:relative;
padding:23px 25px 25px 28px;
background:url(bg.png);
background-size: contain;
    background-repeat: no-repeat;
}
.teacherphoto img{
max-width:100%;
}
.more_tours{
position:absolute;
bottom:0;
}
.link:hover{
font-size: 22px;
}
.link{
transition: all 1s ease 0s;
}
@media (max-width:800px){
.more_tours{
position:relative;
margin-bottom:30px;
}
}