.modal#tableModal .modal-body {
  width: 100%;
}

.table-comparison {
  border: 2px solid #3C406D;
  -webkit-border-radius: 1.25rem;
     -moz-border-radius: 1.25rem;
          border-radius: 1.25rem;
  padding: 1.25rem 2.5rem;
  width: 100%;
  overflow-x: auto;
}
@media (max-width: 1199px) {
  .table-comparison {
    padding: 0;
    border: none;
  }
  .modal#tableModal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  .modal#tableModal .modal-content {
    border-radius: 0;
  }
  .modal#tableModal .modal-body {
    padding: 0;
  }
  .modal#tableModal .modal-title {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.table-comparison__icon {
  width: 16px;
  margin: 0 0.5px;
}
.table-comparison__mark {
  width: 24px;
}
.table-comparison table {
  min-width: 100%;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.table-comparison th:not(:first-child) {
  background: #918D9E;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #20275B;
  -webkit-border-radius: 10px 10px 0px 0px;
     -moz-border-radius: 10px 10px 0px 0px;
          border-radius: 10px 10px 0px 0px;
  height: 3.5rem;
  font-weight: 700;
  color: #121633;
  text-align: center;
}
.table-comparison td {
  padding: 0.375rem;
}
.table-comparison td:first-child {
  min-width: 100px;
}
.table-comparison td:not(:first-child) {
  text-align: center;
}
.table-comparison tbody tr:not(:last-child) {
  border-bottom: 1px solid #3C406D;
}