.tax-part {
  position: relative;
}

.tax-info-box {
  position: relative;
  padding: 3rem 2rem;
}

.tax-item {
  border-bottom: 1px dashed #000;
}

.tax-item:nth-of-type(1) {
  height: 8.875rem;
  padding-bottom: 1.25rem;
}

.tax-item:nth-of-type(2) {
  height: 7.625rem;
  padding: 1.25rem 0;
}

.tax-item:nth-of-type(3) {
  height: 6.375rem;
  padding-top: 1.25rem;
}

.tax-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.tax-item-name {
  font-family: 'MiSansSemibold';
  color: var(--black);
}

.tax-item-parcent {
  font-family: 'MiSansBold';
  color: var(--black);
}

.tax-item-description {
  margin-bottom: 0;
  font-family: 'MiSansRegular';
  font-size: 1rem;
  color: var(--black);
}

.fst-tax-info {
  background-color: var(--color1);
  color: #fff;
}

.fst-tax-info .tax-item {
  border-color: #fff;
}

.fst-tax-info .tax-item:nth-of-type(2) {
  border-bottom: none;
}

.fst-tax-info .tax-item-name {
  color: #fff;
}

.fst-tax-info .tax-item-parcent {
  color: #fff;
}

.fst-tax-info .tax-item-description {
  color: #fff;
}

.sec-tax-info {
  background-color: var(--color2);
}

.third-tax-info {
  background-color: var(--color3);
}
