.tcb-comparison-module {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-content: center;
  margin: 0 auto;
  padding-top: 75px;
  background-color:var(--extra-light-gray);
}

.tcb-comparison-module .main {
  margin-bottom: 45px;
}

.tcb-comparison-module .text__title {
    padding: 0;
    margin: 0 10%;
}

.tcb-comparison-module .text {
    padding-bottom: 65px;
    text-align: center;
}

.tcb-comparison-module table {
  border-collapse: collapse;
  margin-right: 10%;
}

.tcb-comparison-module th.row_header {
  width: 10%;
  border-bottom: none;
  }

.tcb-comparison-module .row_label {
  writing-mode: tb-rl;
  white-space: nowrap;
  overflow: visible;
  transform: rotate(180deg);
}

.tcb-comparison-module th,
.tcb-comparison-module td {
  border-bottom: 1px dashed rgba(79, 69, 69, .3);
}

.tcb-comparison-module th.bask,
.tcb-comparison-module td.bask {
  background-color: #f1ebe9;
  width: 40%;
  text-align: center;
  height: 110px;
}

.tcb-comparison-module th.bask .h2 {
  font-size: 28px;
}

.tcb-comparison-module th.bask .bask-header-2 {
  font-size: 28px;
}

.tcb-comparison-module td.bask {
  color: var(--black);
}

.tcb-comparison-module td.traditional {
  color: #4f4545;
  width: 40%;
  text-align: center;
  height: 110px;
}

.tcb-comparison-module td.footnote {
  vertical-align: top;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  text-align: justify;
  padding: 6px;
}

.tcb-comparison-module tr:last-of-type th,
.tcb-comparison-module tr:last-of-type td {
  border-bottom: none;
}

/* mobile */
@media screen and (max-width: 499px) {

  .tcb-comparison-module .text__title{
    margin: 0 10%;
    font-size: 26px;
    line-height: 33px;
  }
}

@media screen and (min-width: 500px) {

  .tcb-comparison-module .text__title{
    align-self: center;
  }

}

/* desktop */
@media screen and (min-width: 768px) {

  .tcb-comparison-module {
    padding: 100px 50px;
  }

  .tcb-comparison-module .main {
    margin-bottom: 45px;
  }

  .tcb-comparison-module .text__title {
      padding: 0;
      margin: 0;
  }

  .tcb-comparison-module table {
    margin-right: unset;
  }

  .tcb-comparison-module tr:first-of-type th {
    border-bottom: 1px solid var(--dark-gray);
  }

  .tcb-comparison-module th.row_header {
    width: 20%;
    text-align: left;
  }

  .tcb-comparison-module .row_label {
    writing-mode: lr-tb;
    transform: none;
  }

  .tcb-comparison-module th,
  .tcb-comparison-module td {
    border-bottom: 1px dashed rgba(79, 69, 69, .3);
    padding: 25px 35px;
  }

  .tcb-comparison-module th.bask,
  .tcb-comparison-module td.bask {
    text-align: left;
    height: unset;
  }

  .tcb-comparison-module td.bask {
    color: var(--dark-gray);
  }

  .tcb-comparison-module td.traditional {
    text-align: left;
    height: unset;
  }

  .tcb-comparison-module td.footnote {
    font-weight: unset;
    font-size: unset;
    line-height: unset;
    text-align: unset;
    padding: 10px;
  }

  .tcb-comparison-module th:first-of-type {
    border-bottom: 1px dashed rgba(79, 69, 69, .3);
  }

  .tcb-comparison-module td:first-of-type {
    border-bottom: 1px dashed rgba(79, 69, 69, .3);
  }

  .tcb-comparison-module th.bask,
  .tcb-comparison-module td.bask {
    height: unset;
  }

}

@media screen and (min-width: 1024px) {
  .tcb-comparison-module {
    padding: 150px;
  }
}
