.tax-benefits {
  padding-top: 94px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .tax-benefits {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tax-benefits .decor-bg-stripes {
    display: none;
  }
}

.tax-benefits__s-heading {
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .tax-benefits__s-heading {
    margin-bottom: 30px;
  }
}

.tax-table {
  font-size: 1.125rem;
  background: #fff;
}

.tax-table .border-right {
  border-right: 1px solid #b6c1dd !important;
}

.tax-table .border-bottom {
  border-bottom: 1px solid #b6c1dd !important;
}

.tax-table .border-bottom-none {
  border-bottom: none !important;
}

.tax-table thead td {
  height: 88px;
}

.tax-table td {
  padding: 30px;
}

.tax-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #b6c1dd;
}

.tax-table tfoot {
  font-size: 1rem;
}

.tax-table tfoot p {
  max-width: 888px;
}

.tax-table-mob__item {
  border: 1px solid #b6c1dd;
}

.tax-table-mob__item:not(:last-child) {
  margin-bottom: 6px;
}

.tax-table-mob__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 20px;
  color: #0a2896;
  background-color: #b6c1dd;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tax-table-mob__title span {
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tax-table-mob__title svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  height: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.tax-table-mob__title.is-on {
  color: #fff;
  background-color: #0a2896;
}

.tax-table-mob__title.is-on svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tax-table-mob__panel {
  display: none;
  background-color: #fff;
  padding-bottom: 10px;
}

.tax-table-mob__panel.is-open {
  display: block;
  -webkit-animation: fadeIn 0.3s linear;
          animation: fadeIn 0.3s linear;
}

.tax-table-mob__section {
  padding: 13px 20px;
}

.tax-table-mob__section:not(:last-child) {
  border-bottom: 1px solid #b6c1dd;
}

.tax-table-mob__footer {
  padding-top: 14px;
}
