.comparison {
  min-width: 960px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
  font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 0 0%;
  margin-bottom: 24px;
}

.comparison table {
  width: 100%;
  /*   border-collapse: collapse; */
  border-spacing: 0;
  table-layout: auto;
}

.comparison td,
.comparison th {
  /*   border-right: 1px solid #E8E8E8; */
  empty-cells: show;
  padding: 10px;
  /*   border-top: 1px solid #E8E8E8; */
  /*   border-bottom: 1px solid #E8E8E8; */
  color: #808080;
  font-size: 15px;
  width: 33.33%;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison .compare-row {
  background: #f4f4f4;
}

.comparison th {
  font-weight: normal;
  padding: 0;
  /*   border-top: 0px solid #E8E8E8; */
  /*   border-bottom: 0px solid #E8E8E8; */
}

.comparison tr td:first-child {
  text-align: center;
  padding: 15px;
  /*   border-left: 1px solid #E8E8E8; */
  /*   border-top: 1px solid #E8E8E8; */
}

.book-btn-comp {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px !important;
}
.comp-book-btn-style {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #fafbfc;
  background: linear-gradient(90deg, #08377c 0%, #0d6de7 100%);
  padding: 12px 24px 12px 24px;
  border-radius: 8px;
  border: transparent;
}

@media screen and (max-width: 720px) {
  .comparison-section {
    width: 100%;
    height: auto;
    padding: 32px 16px;
  }
  .comparison {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .comparison td:first-child,
  .comparison th:first-child {
    display: table-row;
  }
  .comparison tbody tr:nth-child(odd) {
    display: none;
    background: #f4f4f4;
  }
  .table-logo {
    width: 70px;
  }

  .comparison tbody td:nth-child(odd) {
    display: table-cell;
  }
  .comparison .row {
    background: #fff;
  }
  .comparison td,
  .comparison th {
    /* border: 1px solid #ccc; */
    border-top: none;
    padding: 10px;
  }
  .comparison .compare-row {
    background: #f4f4f4;
  }
  .comparison .qbse {
    font-size: 1.2em;
  }
  .comparison td {
    font-size: 14px;
  }
  .comparison th {
    font-size: 14px;
  }
}
@media (max-width: 830px) {
  .comparison {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap : 24px;
  }
}
