.banner {
    background-image: url(../../node-banner-18.jpg) !important;
}

.teacherinfoblock {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    position: relative;
}

.teacher-img {
    width: 210px;
    margin: 0 auto;
}

.teacherinfo {
    width: calc(100% - 210px);
    padding: 20px 30px;
    position: relative;
}

.teacherinfo h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color:#1478C0;
    margin-top: 40px;
}

.teacherinfo p {
    font-size: 16px;
}

.teacherinfoblock:after {
    background: #EAEDF7;
    content: "";
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.teacherinfodetail {
    margin-top: 20px;
}
.block-region-right{
	padding:0 30px;
}
.block-region-right h3{
	font-weight:600;
	display:flex;
	color: #1478C0;
	font-size:18px;
	margin-bottom:15px;
	margin-top:20px;
	align-items: center;
}
.block-region-right h3:before,.block-region-right h3:after{
	content:"";
	height:17px;
	width:27px;
	background:url(../../basic-h3-l.png) no-repeat center center;
	display:inline-block;
	margin-right:10px;
}
.block-region-right h3:after{
	transform: scaleX(-1);
	display:inline-block;
	margin-right:0px;
	margin-left:10px;
}
@media(min-width:1200px){
	.teacherinfoblock:before {
    background: url(../../faculty-min.png) no-repeat left center;
    background-size:cover;
    content: "";
    width: 300px;
    height: calc(100% - 60px);
    position: absolute;
    bottom: 0;
    right: 0;
}
}
@media(max-width: 480px) {
    .teacherinfo {
        width:100%;
        padding: 20px 30px;
        text-align: center;
    }

    .teacherinfodetail {
        margin-top: 10px;
        text-align: left;
    }
    .block-region-right h3 {
    justify-content: center;
}
}

