@media (min-width:1201px) and (max-width:1400px) {}

@media (min-width:993px) and (max-width:1200px) {}

@media (min-width:768px) and (max-width:992px) {
    .board-f-dir .row {
        margin-top: 60px;
    }

    .board-f-dir .row {
        margin-bottom: 0px;
    }
}

@media(max-width:767px) {
    .container.exlence-wrapper .col h3 {
        font-size: 19px;
    }

    .director-img-ui {
        height: auto;
        margin-top: 60px;
    }

    .board-f-dir .row {
        margin-bottom: 0;
        background: #fef4d5;
        border-bottom: 1px solid #b69d745e;
        padding-bottom: 30px;
        border-radius: 4px;
    }

    .life-at-ez .life-at-ez-pics {
        float: none;
        margin-top: 0;
    }

    .life-at-ez .life-at-ez-pics img {
        width: 100%;
    }

    div.our-team-sec h2 {
        font-weight: 700;
        color: #263f4d;
        font-size: 35px;
        text-align: center;
        padding: 0;
    }
}

@media(max-width:480px) {}

@media(max-width:360px) {}