.comparison-table {
  background: #6c00ff;
  margin: 2rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comparison-table .table {
  min-width: 800px;
  width: 100%;
}
table.table {
  margin: 0;
}
.table-header {
  vertical-align: middle;
}
.table-header th {
  padding: 1.5rem 0;
}
thead th {
  width: 30%;
}

th.heading,
.vs {
  text-align: center;
}

th.heading,
.vs {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.table-heading th {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 1.5rem;
}

.comparison-table .table tbody tr td {
  padding: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.comparison-table i.fa {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 12px;
}

.comparison-table .fa.fa-times {
  background: #ee2f25;
}

.comparison-table .fa.fa-check {
  background: #32ba7c;
}

.comparison-table .table tbody tr td:not(last-child) {
  border-right: 1px solid rgba(255 255 255 / 50%) !important;
}

.comparison-table .table tbody tr td:first-child {
  background: #5900d3;
}
.comparison-table .table-header,
.comparison-table .table-heading,
.comparison-table tbody tr {
  border-color: rgba(255 255 255 / 50%) !important;
}

@media screen and (max-width: 1024px) {
  .comparison-table {
    overflow-x: auto;
  }

  .comparison-table .table {
    min-width: 800px;
  }
  th.heading,
  .vs {
    font-size: 26px;
  }
}
