
.debit-section {
  position: relative;
  /* overflow: hidden; */
  /* margin-top: 128px; */
  margin-bottom: 128px;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}

.debit-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

.debit-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(48px, 6vw, 96px);
  position: relative;
  z-index: 2;
}

.debit-image img {
  max-width: 583px;
  height: auto;
  width: 100%;
  max-height: 600px;
  display: block;
  object-fit: contain;
}
.debit-text{
  max-width: 448px;
}
.debit-text h2 {
  color: black;
  text-align: left;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 48px;
}

.debit-text p {
  color: black;
   text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 48px;
}

.debit-btn {
  border-radius: 64px;
  background: black;
  color: white;
  display: inline-flex;
  padding: 24px 32px;
  justify-content: left;
  align-items: center;
  text-decoration: none;
  
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  transition: background 0.3s ease;
}

.debit-btn:hover {
  background: #333;
}

@media (min-width: 800px) {
  .debit-section .container {
    padding-top: 34px;
  }

  .debit-text h2 {
    color: var(--Shades-Dark-Side-Rich-Black, #000);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

    font-family: Nunito;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 133.333% */
  }

  .debit-text{
    text-align: left;
  }

  .debit-btn{
    height:64px;
    color: var(--Shades-Dark-Side-White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Links/Link1 Button */
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 150% */
  }
}

.desktop-only-flex{
  display:none !important
}

.mobile-only-flex{
  display:none !important
}

@media (max-width: 800px) {
  .zen-how-to__btn{
    display: flex;
    height: 56px !important;
    padding: 20px 32px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px;
    color: var(--Black, #000) !important;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Nunito;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal;
    letter-spacing: 0.32px;
    white-space: nowrap !important;
  }

  .mobile-only-flex{
    display:flex !important
  }

  .tmb__list {
      display: flex;
      flex-direction: column;
      gap: 32px !important; 
      margin-top: 0;
      max-width: 304px !important;
      margin: 0 auto;
  }
  .debit-text{
    max-width: 304px;
    margin: 0 auto;
  }
  .debit-section {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .debit-content {
    flex-direction: column;
    text-align: center;
  }

  .debit-image img {
    max-width: 385px;
    max-height: 375px;
    margin-bottom: 64px;
  }

  .debit-text h2 {
    color: black;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .debit-text p {
    color:  #222;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .debit-btn {
    border-radius: 64px;
    background: black;
    padding: 16px 24px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 0.07px;
  }

}

@media (max-width:1099px){
  .mobile-only-flex{
    display:flex !important
  }
}

@media (min-width:1100px){
  .desktop-only-flex{
    display:flex !important
  }
}