* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.tab-pane span {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #161680;
    color: #fff;
    padding: 3px 0;
}

.team {
    flex-direction: column-reverse !important
}

.nav-pills {
    flex-direction: row !important;
    width: 100% !important;
    height: auto !important;
}

.nav-pills {
    margin-left: 0 !important;
    justify-content: space-between;
}

.tab-pane .col-3 {
    padding-bottom: 15px !important;
}

.nav-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.nav-pills .team-link {
    width: auto !important;
}

.nav-link span:last-child,
.nav-link h4,
.nav-link span:nth-child(2) {
    display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 22px !important;
}

.accordion-button {
    font-size: 22px !important;
    font-weight: 600 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.post {
    background-color: #009541 !important;
    color: #000 !important
}

.supervision img,
.advisor img,
.loan img,
.education img,
.women img,
.youth img,
.sikles img,
.board img,
.mgmt img {
    height: 230px !important;
}

.fade {
    padding-top: 15px;
}

.board,
.supervision,
.fade,
.mgmt,
.advisor,
.loan,
.education,
.women,
.youth,
.sikles {
    justify-content: center !important;
}

.team-link span:nth-child(2) {
    font-size: 15px !important;
}

.member {
    width: 210px !important;
    padding-bottom: 10px;
}

.team-content {
    width: 100% !important;
}

@media(min-width: 576px) {
    .member {
        width: 250px !important;
    }

    .nav-link span:last-child,
    .nav-link span:nth-child(1) {
        display: none;
    }

    .nav-link span:nth-child(2) {
        display: block !important;
    }

}

@media(min-width: 600px) {
    .tab-pane span {
        font-size: 18px;
    }
}

@media(min-width: 768px) {
    .team-link span:first-child {
        font-size: 18px !important;
    }
}

@media(min-width: 1024px) {
    .team {
        flex-direction: row !important
    }

    .team-content {
        width: 79% !important;
    }

    .nav-pills {
        width: 20% !important;
    }

    .nav-link span:nth-child(2),
    .nav-link span:nth-child(1) {
        display: none !important;
    }

    .nav-link span:last-child,
    .nav-link h4 {
        display: block !important;
    }

    .nav-pills .nav-link {
        width: 100% !important;
    }
}