.teacher {
    margin-bottom: 100px;
}

.teacher-title {
    margin-bottom: 50px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.teacher-line {
    height: 1px;
    background-color: #E0E0E0;
    width: 100%;
}

.teacher-title-main {
    padding: 0 100px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;

    text-align: center;
    text-transform: uppercase;
    color: #005587;
}

.teacher-main {
}

.teacher-item {
    display: inline;
}

a.teacher-item-img {
    display: block;
}

.teacher-item-img::after {
    content: '';
    display: block;
    padding-top: 100%;
    margin-bottom: 10px;
}

a.teacher-item-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-decoration: none;
    display: block;
    height: 48px;
    overflow: hidden;
}

a.teacher-item-position {
    text-decoration: none;
    color: #999;
    height: 72px;
    overflow: hidden;
    display: block;
}

.teacher-main {
    position: relative;
}

.teacher-carousel {
    width: 90%;
    margin: auto;
}

.teacher-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
    width: 112%;
}

.teacher-carousel button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px !important;
    transform: translateY(-50%);
}

.teacher-carousel button.owl-prev:hover {
    background: #fff !important;
    color: #000 !important;
    outline: none;
}

.teacher-carousel button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px !important;
    transform: translateY(-50%);
}

.teacher-carousel button.owl-next:hover {
    background: #fff !important;
    color: #000 !important;
    outline: none;
}


@media only screen and (max-width: 768px) {
    .teacher-title-main {
        padding: 0 20px;
        font-size: 18px;
        white-space: nowrap;
    }

    .teacher-title {
        margin-bottom: 15px;
    }

    .teacher {
        margin-bottom: 50px;
    }
}
