/* landing */
.landing.teachers {
    width: 100%;
    height: 500px;
    position: relative;
    background-image: url('../../../images/bg/bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column-reverse;
}

.landing.teachers::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
}

.landing.teachers h1, .landing.teachers p {
    margin: 0 50px 30px 0;
    position: relative;
}
.landing.teachers i {
    font-size: 11px;
}

/* news */
