.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575px) {
  .mobile-modal-bottom {
    align-items: flex-end;
  }
}

.table-mobile {
    text-align: center;
    background: white;
  }
  
  .table-mobile * {
    border: none !important;
  }
  
  .table-mobile th {
    text-align: center;
  }
  
  @media (max-width: 575.98px) {
    header h1 {
      text-align: center
    }
    .table-mobile thead {
      display: none;
    }
    .table-mobile tr {
      display: flex;
      flex-wrap: wrap;
    }
    .table-mobile tr>td:not(:last-child) {
      flex: 1;
    }
    .table-mobile tr>td:last-child {
      width: 100%;
    }

    .table-mobile tr>td:last-child>a {
        display: block;
    }

    .responsive-mobile-dropdown {
        width: 73% !important;
    }
}