.tbl-discount-service tr {
  border-bottom: 1px solid #ddd;
}
.tbl-discount-service td {
  border: none !important;
}
.tbl-discount-service td:first-child {
  font-size: 18px;
}
.tbl-discount-service td:first-child img {
  margin-top: 10px;
  margin-bottom: 0;
  height: 46px;
  width: auto;
}
.tbl-discount-service td:last-child {
  text-align: right;
}
.tbl-plan-discount table {
  background-color: #fff8fb !important;
}
@media screen and (max-width: 575.98px) {
  .tbl-discount-service td:first-child {
    font-size: 14px;
  }
  .tbl-discount-service tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .tbl-discount-service td {
    flex-basis: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .tbl-discount-service td:first-child {
    padding-top: 10px;
  }
  .tbl-discount-service td:first-child img {
    margin: 5px 0;
  }
}