.members-container {
  margin-bottom: 70px; }
  .members-container .page-title {
    margin-top: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end; }
    .members-container .page-title .title {
      font-size: 35px;
      font-weight: 500;
      color: #404040;
      margin-right: 25px;
      line-height: 35px; }
    .members-container .page-title .back-button {
      font-size: 14px;
      font-weight: 500;
      color: #404040; }
  .members-container .line {
    background-color: #81b849;
    height: 10px;
    width: 32px;
    margin-bottom: 20px; }
  .members-container .page-description {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
  .members-container .page-description {
    font-size: 12px; } }
  .members-container .underline {
    height: 1px;
    width: 100%;
    background-color: #707070;
    margin-bottom: 75px; }
  @media only screen and (max-width: 767px) {
    .members-container .table {
      overflow-x: scroll; } }
    .members-container .table .row {
      margin: 0 40px; }
    .members-container .table .head {
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
  .members-container .table .head {
    min-width: 750px;
    width: fit-content; } }
      .members-container .table .head .table-underline {
        background-color: #707070;
        width: 95%;
        height: 1px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0; }
      .members-container .table .head div {
        font-size: 14px;
        font-weight: 300;
        color: #393939; }
    @media only screen and (max-width: 767px) {
    .members-container .table .content {
      padding-right: 4px;
      padding-left: 4px;
      min-width: 750px;
      width: fit-content; } }
      .members-container .table .content .card {
        padding: 5px 0;
        border: 0;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
        margin-bottom: 10px; }
        .members-container .table .content .card div {
          font-size: 14px;
          font-weight: 400;
          color: #000; }
          @media only screen and (max-width: 991px) {
  .members-container .table .content .card div {
    font-size: 13px;
    white-space: nowrap; } }
        .members-container .table .content .card .bold {
          font-weight: 500; }
  .members-container ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5; }
  .members-container ::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5; }
  .members-container ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }
  .members-container ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
