.comparison-table-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: auto; /* enables horizontal scroll on mobile */
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, sans-serif;
  min-width: 750px;
  border: 2px solid #B8B8B8;
  border-radius: 20px;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #d6d6d6;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}
.traditional-inner{
  padding: 30px;
  background: #e6e7e6;
  margin: 5px;
  
}
.capability-inner{
    padding: 30px;
   background: unset;
  margin: 5px;
      border-radius: 2px;
}
.fastai-inner{
    padding: 30px;
   background: #117CC0;
  margin: 5px;
      border-radius: 2px;
}

.comparison-table thead th {
  background: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #117CC0;
  padding: 30px;
}

.comparison-table td.capability-cell {
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.comparison-table td.capability-cell img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.comparison-table td.traditional {
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
}

.comparison-table td.fastai {
  background: #fff;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
    line-height: 20px;
}

.comparison-table tr:first-child th:first-child {
  border-top-left-radius: 20px;
  text-align: left;
}

.comparison-table tr:first-child th:last-child {
  border-top-right-radius: 20px;
}

.comparison-table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.comparison-table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

@media (max-width: 480px){
.comparison-table thead th {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 20px;
}
  .comparison-table th,
  .comparison-table td {
/*   padding: 15px 10px} */
  
  .traditional{
/*   background: #e6e7e6 !important; */
  }
  .traditional-inner{
  padding: 15px 10px;
  background: #e6e7e6;
  margin: 5px;
  font-size: 16px;
}
.capability-inner{
    padding: 15px 0px;
   background: unset;
  margin: 5px;
      border-radius: 2px;
  font-size: 16px;
}
.fastai-inner{
    padding: 15px 10px;
   background: #117CC0;
  margin: 5px;
      border-radius: 2px;
  font-size: 16px;
}
  .fastai{
   background: #117CC0 !important;
  }
  .comparison-table thead th{
  padding: 20px !important}
}
