.first-time-hero {
  gap: 14px !important;
  padding-top: 32px !important;
  padding-bottom: 24px !important;
}

.first-time-hero img {
  width: clamp(38px, 3.8vw, 58px) !important;
}

.first-time-lead {
  padding-top: 34px !important;
  padding-bottom: 38px !important;
}

.first-time-lead p {
  line-height: 1.75 !important;
}

.first-time-download {
  min-height: 58px !important;
  margin-top: 30px !important;
}

.first-time-section,
.first-time-check,
.first-time-senior {
  padding-top: 40px !important;
  padding-bottom: 44px !important;
}

.first-time-card {
  padding-top: 40px !important;
  padding-bottom: 46px !important;
}

.first-time-card > p {
  margin-top: 28px !important;
  line-height: 1.75 !important;
}

.first-time-pill {
  min-height: 48px !important;
  margin-top: 34px !important;
  margin-bottom: 28px !important;
}

.first-time-items h3 {
  margin-top: 18px !important;
  margin-bottom: 4px !important;
}

.first-time-items p {
  margin-bottom: 12px !important;
  line-height: 1.65 !important;
}

.first-time-check__inner {
  padding-top: 42px !important;
  padding-bottom: 48px !important;
}

.first-time-check h2 {
  margin-bottom: 30px !important;
}

.first-time-check ul {
  gap: 22px !important;
}

.first-time-check li {
  line-height: 1.65 !important;
}

.first-time-senior h2 {
  margin-bottom: 28px !important;
}

.first-time-senior p {
  margin-bottom: 18px !important;
  line-height: 1.75 !important;
}

.senior-table-image {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.first-time-senior__note {
  margin-bottom: 14px !important;
}

@media (max-width: 767px) {
  .first-time-hero {
    gap: 10px !important;
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }

  .first-time-hero img {
    width: 38px !important;
  }

  .first-time-lead {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
  }

  .first-time-lead__inner,
  .first-time-card,
  .first-time-check__inner,
  .first-time-senior__inner {
    width: min(100%, calc(100% - 16px)) !important;
  }

  .first-time-lead p,
  .first-time-card > p,
  .first-time-senior p {
    line-height: 1.7 !important;
  }

  .first-time-download {
    min-height: 48px !important;
    margin-top: 22px !important;
  }

  .first-time-section,
  .first-time-check,
  .first-time-senior {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
  }

  .first-time-card {
    padding: 28px 18px 34px !important;
  }

  .first-time-card > p {
    margin-top: 22px !important;
  }

  .first-time-pill {
    min-height: 42px !important;
    margin-top: 28px !important;
    margin-bottom: 22px !important;
  }

  .first-time-items h3 {
    margin-top: 14px !important;
  }

  .first-time-items p {
    margin-bottom: 10px !important;
  }

  .first-time-check__inner {
    padding: 30px 18px 34px !important;
  }

  .first-time-check h2 {
    margin-bottom: 24px !important;
  }

  .first-time-check ul {
    gap: 18px !important;
  }

  .first-time-check li {
    line-height: 1.6 !important;
  }

  .first-time-senior h2 {
    margin-bottom: 22px !important;
  }

  .first-time-senior p {
    margin-bottom: 14px !important;
  }

  .senior-table-image {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
}
