.debit {
  background-color: #fff;
  display: block;
}

.debit-mobile {
  background-color: #F3F3F4;
  display: none;
}

.debit-main-text {
  font-weight: 700;
  font-size: 2.813rem;
  line-height: 3.25rem;
}

.debit-main-text-highlight {
  font-weight: 700;
  font-size: 2.813rem;
  color: #EB981B;
  line-height: 3.25rem;
}

.debit-secondary-text {
  font-weight: 400;
  font-size: 1.5rem;
}

.debit-caption-text {
  font-weight: 400;
  color: #0F1928;
  line-height: 1.5rem;
  font-size: 1rem;
}

.debit-link-text {
  font-weight: 600;
  font-size: 1rem;
  color: #EB981B;
  letter-spacing: 0.15px;
}

.debit-item-container {
  position: relative;
  text-align: center;
  color: white;
  font-weight: 700;
  line-height: 2.75rem;
  font-size: 2.25rem;
}

.debit-item-1 {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 25rem;
  transform: translate(-50%, -50%);
}

.debit-item-2 {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 25rem;
  transform: translate(-50%, -50%);
}

 @media screen and ( max-width: 1024px) {
  .debit {
    display: none;
  }

  .debit-mobile {
    display: block;
  }

  .debit-main-text {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .debit-main-text-highlight {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .debit-secondary-text {
    font-size: 0.875rem;
  }

  .debit-link-text {
    font-size: 0.6875rem;
    font-weight: 500 !important;
  }

  .debit-caption-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .debit-item-container {
    font-weight: 700;
    line-height: 1.75rem;
    font-size: 1.375rem;
  }

  .debit-item-1 {
    width: 18rem;
  }

  .debit-item-2 {
    width: 18rem;
  }
}