/*-----------------  director  --------------------*/
.directorbg {
    padding: 40px 15px 20px 15px;
    margin-right: auto;
    margin-left: auto;
}

.directortxt h1 {
    color: #80cde3;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 10px;
}

.directortxt > h1 > span {
    color: #212529;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0;
    vertical-align: middle;
}

.directortxt h2 {
    font-size: 16px;
    font-weight: 900;
}

.directortxt ul {
    list-style-type: none;
    padding: 0;
}

.directortxt p {
    letter-spacing: 2px;
    line-height: 26px;
    color: #3c3c3c;
}


/*-----------------  teacher  --------------------*/
.teachertxt {
    margin-bottom: 40px;
}

.teachertxt h3 {
    color: #80cde3;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 10px;
}

.teachertxt > h3 > span {
    color: #212529;
    font-weight: normal;
    letter-spacing: 0;
}

.teachertxt h2 {
    font-size: 16px;
    font-weight: 900;
}

.teachertxt ul {
    list-style-type: none;
    padding: 0;
}

.teachertxt p {
    letter-spacing: 2px;
    line-height: 26px;
    color: #3c3c3c;
}

