.members-item{
    position: relative;
    background-color: #eee;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
}

.members-item-thumb{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

.members-item-thumb img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    margin: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.members-item h3{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

.card-avatar,
.card-info{
    position: relative;
    background-color: #eee;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.card-avatar img{
    width: 100%;
    height: auto;
}

.card-body{
    padding: 10px 15px;
}

.card-avatar h2{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.card-avatar p{
    margin: 0;
    text-align: center;
}

.card-info h2{
    background-color: #0264cd;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
}

.card-info .row{
    padding: 10px 0;
    border-bottom: 1px dotted #dddddd;
}

.card-info .row:last-child{
    border: none;
}

.text-secondary{
    font-weight: 500;
}

.block_search_list{
    background-color: #f3f3f3ba;
    margin: -15px 0 16px;
    padding: 20px;
}

@media (max-width: 767.98px) {
    .card-avatar{
        margin-bottom: 20px;
    }
}


