.block-region-right {
    padding: 20px;
    background: #FFF;
    border-radius: 20px;
}
.teacherinfoblock {
    display: flex;
    flex-wrap: wrap;
    background:url(../../teacherbg.png) no-repeat left bottom #F5F8FF;
    margin-bottom:30px;
}
.teacher-img {
    text-align: center;
}
.teacher-img img {
    display: block;
    margin: 0 auto;
}
.teacherinfo {
    text-align: left;
}
.teacherinfo h1{
		font-size: 26px;
    font-weight: bold;
    color:#002d5c;
    margin-bottom: 15px;
    padding-top: 10px;
}
.block-region-right .field.field-body.field-type-text-with-summary.field-label-hidden.field-item {
    padding: 20px 40px;
}
.block-region-right .field.field-body.field-type-text-with-summary.field-label-hidden.field-item h3 {
    margin: 40px 0px 25px 0px;
    position: relative;
    color:#0756A6;
}

@media(min-width:768px){
	.teacher-img {
    width: 100%;
}
.teacherinfo {
    width: 100%;
    padding-left: 0px;
    text-align: left;
}
}
@media(min-width:992px){
	.teacher-img {
    width: 40%;
}
.teacherinfo {
    width: calc(60% - 20px);
    padding-left: 20px;
}
}
@media (min-width: 1201px) {
.block-region-right {
    padding: 40px;
    }
  .teacherinfo p{
	font-size:16px;
}
.teacher-img {
    width: 25%;
}
.teacherinfoblock {
    flex-direction: row-reverse;
}
.teacherinfo {
        width: 75%;
        padding: 30px 40px;
    }
}