.container_full1 {
    width: 90%;
    margin: 0 auto
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f8f9fa;
    border-radius: 25px;
    color: #000
}

.tabs li {
    display: inline-block;
    margin: 0;
    padding: 10px 20px 5px;
    cursor: pointer;
    border-radius: 25px;
    line-height: 2em;
    color: #000
}

.tabs li:hover {
    background: #d4e4f2
}

.tabs li.current {
    background: #d4e4f2;
    color: #000
}

.tab-content {
    display: none;
    background: #fff;
    padding: 15px 20px 20px;
    line-height: 1.4
}

.tab-content img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    background: #fff
}

.tab-content div.member {
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 15px rgb(16 110 234/15%)
}

.tab-content div.member-info h4 {
    font-size: 1em;
    padding: 5px
}

.tab-content.current {
    display: inherit
}