a.sub-title:hover {
    color: #0D5690;
    background-color: #fafafa;}

a.sub-title {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: #EBEBEB;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #CECECE;
    color: inherit;}

.sub-subject-list {
    display: flex;
    flex-direction: column;}

.subject-title {
    width: 100%;
    height: 50px;
    background-color: #0D5690;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    //margin-bottom: 20px;}
.bread-bar a {
    text-decoration: none;
    color: #b2b2b2;}

.bread-bar a:hover {
    text-decoration: underline;}
.bread-bar span {
    margin: 0 10px;}

.bread-bar {
    color: #b2b2b2;
     margin-bottom: 30px;}
.teacher-list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;}

.te-item {
    display: flex;
    flex-direction: column;
    margin: 30px 10px;
    border: 1px solid #ededed;
    border-radius: 4px;
    overflow: hidden;}

.te-item img {
    width: 150px;
    height: 210px;
    background: #ededed;}

.te-name {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    text-decoration: none;
    color: inherit;
    font-size: 22px;}

