.team-sec .team-cat {
    font-size: 36px;
    line-height: 40px;
    border-bottom: 3px solid rgba(4, 10, 14, 0.1);
    padding-bottom: 24px;
    margin-bottom: 32px;
}
.anchor-btn {
    margin-bottom: 64px;
}
.catg-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
.team-sec .team-box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 12px;
    margin-bottom: 128px;
}
.team-sec .team-box:last-child {
    margin-bottom: 0;
}
.team-sec .team-box .team-member {
    width: 23.9%;
}
.team-member .img-cont {
    margin-bottom: 24px;
}
.team-member .title-wrap .title-name {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 24px;
}
.team-member .title-wrap .title-position {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    opacity: 70%;
}
.team-member .img-cont img {
    width: 100%;

    border-radius: 12px;
}

@media only screen and (max-width: 1280px) {
    .team-sec .team-box .team-member {
        width: 24.2%;
    }
    .wp-block-uagb-container.team-box {
        column-gap: 13px;
    }
}
@media only screen and (max-width: 1180px) {
    .team-sec .team-box .team-member {
        width: 24.1%;
    }
}
@media only screen and (max-width: 1024px) {
    .team-sec .team-box .team-member {
        width: 24%;
    }
}
@media only screen and (max-width: 991px) {
    .team-sec .team-box .team-member {
        width: 49.3%;
    }
    .team-sec .team-box {
        column-gap: 12px px;
    }
    .team-member .title-wrap .title-name {
        font-size: 20px;
        line-height: 24px;
    }
    .team-member .title-wrap .title-position {
        font-size: 16px;
        line-height: 20px;
    }
    .team-sec .team-box {
        margin-bottom: 96px;
    }
    .anchor-btn {
        position: relative;
        width: 100%;
    }
    .catg-btn {
        display: inline-flex;
        white-space: nowrap;
        row-gap: 10px;
        column-gap: 10px;
      /*  overflow-x: scroll;
        flex-wrap: no-wrap;*/
    }
}
@media only screen and (max-width: 900px) {
    .team-sec .team-box .team-member {
        width: 49%;
    }
}
@media only screen and (max-width: 767px) {
    .team-sec .team-box .team-member {
        width: 100%;
    }
}
