#designbox-members {
    padding: 0 ;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    .bx-def-thumb-size {
        width: 3.56rem;
        height: 3.56rem;
       
      }

      #group_profile_members {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
     }
    
    #group_profile_members > div:not(:first-child) {
        margin-left: -15px; 
    }

    .see-all {
        margin-top: -3.5rem;
        margin-bottom: 3.5rem;
        a {
            color: #7728DD;
            text-align: right;
            font-size: 12px;
            font-style: normal;
            font-weight: 450;
            line-height: normal;
        }
    }

        .bx-db-header {
          .bx-db-title {
            font-family: "BrandonGrotesque", sans-serif ;
            font-size: 18px ;
            font-style: normal;
            font-weight: 450;
            line-height: normal;
            color: #7728DD;

          }
        }   
}

.bx-media-phone {
  #group_profile_members .bx-base-pofile-unit:nth-child(n+6) {  
    display: none;  
  }
}
