.single-table-sec {
  padding: 130px 0px 0px 0px;
}
.single-table-sec h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #2b1b53;
  margin-bottom: 15px;
}
.single-table-sec p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  color: #2b1b53;
}

.differencesTable {
  max-width: 746px;
  width: 100%;
  margin: 40px auto;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
        67.43deg,
        #9e0e8a -0.64%,
        #9337bc 37.25%,
        #6029d5 78.56%,
        #9841ee 121.21%
      )
      border-box;
  border-radius: 7px;
}
.single-table-sec .content-table {
  border-collapse: collapse;
  width: 100%;
}
.single-table-sec .content-table tr th {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2b1b53;
  padding: 18px 0px;
  border-right: 1px solid #e7dfff;
}
.single-table-sec .content-table tr td {
  font-weight: 400;
  font-size: 15px;
  line-height: 170%;
  color: #2b1b53;
  letter-spacing: 0%;
  padding: 13px 35px;
  vertical-align: top;
  border-top: 1px solid #e7dfff;
  border-right: 1px solid #e7dfff;
}
.single-table-sec .content-table tr th:first-child,
.single-table-sec .content-table tr td:first-child {
  padding-left: 28px;
}
.single-table-sec .content-table tr th:last-child,
.single-table-sec .content-table tr td:last-child {
  padding-right: 32px;
  border-right: none;
}
.single-table-sec .content-table tr td:nth-child(2) span {
  color: #df0000;
}
.single-table-sec .content-table tr td:last-child span {
  color: #007a37;
}
.single-table-sec .content-table tr th:first-child {
  text-align: left;
}
.button-default {
  min-width: 168px;
  height: auto;
  width: 100%;
  background: linear-gradient(251.5deg,
      #1862ff -20.01%,
      #710bd8 38.38%,
      #b800c8 77.84%);
  border-radius: 12px;
  padding: 14px 18px;
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  line-height: 20.83px;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  outline: none;
  max-width: max-content;
  margin: 0 auto;
}

.button-default:focus-visible {
  outline: none;
}
.button-default:hover {
  cursor: pointer;
  background: linear-gradient(71.5deg, #1862ff -20.01%, #710bd8 38.38%, #b800c8 77.84%);
}
 
.single-table-btm{
  max-width: 438px;
  width: 100%;
  margin: 30px auto 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0px;
  text-align: center;
  color: #64748b;
}
@media (max-width: 575px){
  .single-table-sec {
    padding: 80px 0px 0px 0px;
}
  .single-table-sec h2 {
    font-weight: 400;
    font-size: 21px;
    line-height: 160%;
  }
  .single-table-sec p {
    font-size: 14px;
    line-height: 180%;
  }
  .differencesTable{
    width: 100%;
    overflow-x: auto; 
    max-width: unset;
  }
}
