.term-deposit-slider .slider-1 .icon-list-slider {
  max-width: 750px;
  background-color: var(--Neutral-Black, #101820);
  flex-wrap: wrap;
}

.border-bottom-0 .col-inner {
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.border-top-0 .col-inner {
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
table.aligncenter {
  display: table;
}
table tbody tr:first-child td {
  color: var(--Neutral-Black, #101820);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
table tbody tr td {
  width: 50% !important;
  border-bottom: 1px solid var(--Neutral-Grey-4, #f4f5f6);
  padding: 12px 15px;
  text-align: center !important;
  vertical-align: baseline;
  height: 64px;
}
table tbody tr:nth-child(2) td,
table tbody tr:nth-child(3) td {
  vertical-align: middle;
}
table tbody tr:last-child td {
  border-bottom: unset;
}

.term-deposit-story ul,
.term-deposit-story ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 549px) {
  .term-deposit-slider .slider-1 .bg.bg-loaded {
    background-image: url(/wp-content/uploads/2023/12/TD-banner-mobile.png) !important;
  }
  table tbody tr td:first-child {
    width: 25%;
  }
  table tbody tr td {
    padding-left: 0;
    padding-right: 0;
  }
  .term-deposit-feature .col {
    padding: 12px 30px;
  }
}
