
.compare-section {
  background: #fff;
  text-align: center;
}

.compare-section .container {
  max-width: 1352px;
  margin: 0 auto;
  padding: 0 30px;
}

.compare-heading {
  max-width: 1049px;
  margin: 0 auto 60px;
}

.compare-heading h2 {
  font-size: 52px;
  line-height: 1.3;
  color: #2C180D;
  font-weight: 500;
  margin-bottom: 10px;
}

.compare-heading h3 {
  color: #EA580C;
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 15px;
}

.compare-heading p {
  font-size: 18px;
  line-height: 1.6;
  color: #554C46;
}

.compare-table-wrapper {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto;
  text-align: left;
  display: inline-table !important;
}

.compare-table th {
  padding: 18px 20px;
  border-bottom: 1px solid #e5e1dd;
  font-size: 28px;
  color: #2a1c13;
}
.compare-table tr th:nth-child(2), 
.compare-table tr th:nth-child(3), 
.compare-table tr td:nth-child(2), 
.compare-table tr td:nth-child(3) {
text-align: center;
}

.compare-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e5e1dd;
  font-size: 16px;
  color: #2a1c13;
}

.compare-table th {
  font-weight: 600;
  background: #fff;
}

.compare-table td {
  text-align: left;
  padding-left: 30px;
}

.compare-table td:first-child {
  text-align: left;
  font-weight: 500;
}
table {
  max-width: 1000px;
}

@media (max-width:991px) {
.compare-table th {
    padding: 10px;
    font-size: 15px;
}
 .compare-table td {
    padding: 10px !important;
    font-size: 14px;
  }
  .compare-heading {
  margin: 0 auto 30px;
}
}