.team .team-content {
    background: none !important;
}

.team .team-content .team-items .team-item {
    width: 21%;
    margin: 0 1.2% 40px 2%;
}

.team .team-content .team-items .team-item .img {
    height: 242px;
}

.circle3 {
    display: none !important;
}
.team .team-content .team-items .team-item p{
    padding-right: 0;
}

.team.noScript .container{
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.team__acardeon > h4 {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    color: #046493;
    padding-top: 30px;
    position: relative;
    transition: .5s;
    padding-bottom: 30px;
    padding-right: 70px;
    cursor: pointer;
}

.team__acardeon > h4 svg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.team__acardeon {
    border-top: 1px solid #D9E7EB;
    padding-bottom: 30px;
    transition: .5s;
    width: 100%;
}

.team__acardeon:last-child {
    border-bottom: 1px solid #D9E7EB;
}

.team__acardeon[data-term="371"], .team__acardeon[data-term="385"]{
    order: 2;
}
.team__acardeon[data-term="373"], .team__acardeon[data-term="387"]{
    order: 3;
}
.team__acardeon[data-term="369"], .team__acardeon[data-term="389"]{
    order: 4;
}
.team__acardeon[data-term="375"], .team__acardeon[data-term="391"]{
    order: 5;
}
.team__acardeon[data-term="365"], .team__acardeon[data-term="393"]{
    order: 6;
}

.team__acardeon[data-term="509"], .team__acardeon[data-term="507"]{
    order: 7;
}



.team__acardeon .team-items {
    overflow: hidden;
    transition: .5s;
    padding-top: 33px;
}

.team__acardeon.hide .team-items {
    max-height: 0;
    padding-top: 0px;
}

.team__acardeon.hide {
    padding-bottom: 0px;
}


.team__acardeon > h4 svg {
    transform: rotate(180deg);
}


.team__acardeon.hide > h4 svg {
    transform: rotate(0deg);
}


.team__acardeon.hide > h4 {
    margin-bottom: 0;
}


@media screen and (max-width: 992px) {
    .team .team-content .team-items .team-item {
        float: left;
        width: 31%;
        margin: 0 1% 40px 1%;
    }

    .team .team-content .team-items .team-item:nth-child(3n+1) {
        clear: left;
    }

    .team__acardeon > h4 {
        font-size: 28px;
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .team .team-content .team-items .team-item .img {
        height: 190px;
    }

    .team .team-content .team-items .team-item h5 {
        font-size: 24px;
    }

    .team .team-content h2 {
        font-size: 36px;
    }

}

@media screen and (max-width: 690px) {
    .team .team-content .team-items.tAl .team-item {
        width: 100%;
        float: none !important;
        margin: 0;
        margin-bottom: 40px;
    }
    .team .team-content .team-items.tAl .team-item .img{
        height: 325px;
    }

    .team .team-content .team__acardeon .team-items .team-item {
        width: 47%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .team .team-content .team__acardeon .team-items .team-item:nth-child(odd){
        margin-right: 6% !important;
    }
    .team .team-content .team__acardeon .team-items .team-item h5{
        font-size: 16px;
        font-weight: 500;
    }
    .team .team-content .team-items .team-item:nth-child(3n+1) {
        clear: none;
    }

    .team .team-content .team-items .team-item:nth-child(2n+1) {
        clear: left;
    }

    .team__acardeon .team-items{
        padding-top: 0;
    }

    .team .team-content .team-items .team-item .img {
        height: 153px;
    }


    .team__acardeon > h4 {
        font-size: 24px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


