.team-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}

.team-ava {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.team-info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    width: calc(100% - 200px);
}

.team-ava span {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 100%;
    display: block;
}

.team-list {
    table-layout: fixed;
    width: 100%;
    position: relative;
}

span.team-name {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}

span.team-status {
    display: block;
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

.team-meta {
    margin: 15px -10px -10px 0;
}
    .team-meta .meta_link {
        margin-bottom: 7px;
        text-decoration: none;
        display: flex;
    }

.team-ava:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
    border-radius: 100%;
}

.team-meta .btn {
    margin: 0 10px 10px 0;
}

    .team-meta span.btn-icon {
        width: 25px;
        font-size: 20px;
        color: #c5b99f;
        margin-right: 7px;
        text-align: center;
    }

    .team-meta span.btn-label {
        font-size: 15px;
        line-height: 15px;
        border-bottom: 1px solid;
    }
    .team-meta .meta_link._phone span.btn-label{
        color: #333;
        border-bottom: 1px solid transparent;
    }
    .team-meta .meta_link._phone:hover span.btn-label{
        border-bottom: 1px solid;
    }
    .team-meta .meta_link._schedule {
      font-size: 13px;
    }

.team-text {
    margin: 1em 0;
}

.team-timing {
    margin-top: 25px;
    margin-left: 32px;
    font-size: 13px;
    color: #999;
}

.team-timing-title {
    color: #777;
    margin-bottom: 5px;
}

.team-timing-list dl {
    margin: 0 0 -5px 28px;
    max-width: 200px;
}

.team-timing-list dd,.team-timing-list dt {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-bottom: 5px;
    font-size: 13px;
    color: #999;
}

.team-timing-list dt {
    font-weight: 600;
    width: 30%;
}

.team-timing-list dd {
    margin-left: 0;
}

.team-timing-title span.btn-label {
    font-size: 14px;
}

.team-timing-title span.btn-icon {
    font-size: 17px;
    margin-right: 5px;
}

.team-list .swiper-pagination {
    position: relative;
    margin: 15px auto 0;
    font-size: 0;
}

.team-list .swiper-pagination-bullet {
    background-color: #c5b99f;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.team-list .swiper-pagination span + span {
    margin-left: 5px;
}

.team-item {
    min-height: 210px;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
}
.team-item:not(.team-item__detail) {
  background-color: #f3f1ec;
  -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
  box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
  border-radius: 6px;
  padding: 15px;
}

.team-item .team-ava {
    height: 150px;
    width: 150px;
}

.team-item .team-info {
    padding-left: 15px;
    width: calc(100% - 150px);
}
.section-inner.staff_sections {
    padding: 50px 0;
}

.staff_sections .section_header {
    text-align: center;
}

.staff_sections .section_header .h2 {
    font-size: 35px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 50px;
}

@media screen and (max-width: 1279px) {
    .team-item {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .team-title {
        font-size: 20px
    }

    .team-item {
        text-align: center;
    }

    .team-item .team-ava {
        margin: 0 auto 15px;
    }

    .team-item .team-info {
        padding: 0;
        width: auto;
    }

    .team-item .team-timing-list dl {
        margin: 0 auto;
        text-align: left;
    }

    .team-item .team-timing-list dd {
        text-align: right;
    }
}

@media screen and (max-width: 479px) {
    .team-item {
        flex-direction: column;
        border-radius: 0;
        margin: 0 -15px;
    }

    .team-list .team-ava {
        margin: 0 auto 15px;
    }

    .team-list .team-info {
        display: block;
        padding: 0;
        width: auto;
    }
    .team-timing{
        margin-left: 0;
    }
    .team {
        background-color: #f3f1ec;
        -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
        margin: 0 -15px;
        padding: 15px;
        text-align: center;
    }

    .team-list .team-timing-list dl {
        margin: 0 auto;
    }

    .team-list .team-timing-list dd {
        text-align: right;
    }

    .team-title {
        margin-bottom: 0;
        padding: 15px;
    }
}
