.teachers-content .teachers-list>ul .fullName {
    padding-left: 149px;
    box-sizing: border-box;}
.teachers-content .teachers-list>ul li .surname {
    width: 119px;
    height: 40px;
    background: #ae0c2a;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Arial';}
