.c-section-header__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 1184px;
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .c-section-header__inner {
    gap: 24px;
    padding-inline: 40px;
  }
}
@media (min-width: 1280px) {
  .c-section-header__inner {
    padding-inline: 0;
  }
}
.c-section-header__title {
  font-size: var(--font-size-2xl);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--color-neutral);
  margin: 0;
}
@media (min-width: 768px) {
  .c-section-header__title {
    font-size: 52px;
    letter-spacing: -0.028em;
  }
}
.c-section-header__body {
  font-size: var(--font-size-lg);
  font-weight: 400;
  line-height: 1.72;
  color: #6b7280;
  margin: 0;
}
@media (min-width: 768px) {
  .c-section-header__body {
    font-size: 17px;
  }
}
.c-section-header__body p {
  margin: 0 0 1em;
}
.c-section-header__body p:last-child {
  margin-bottom: 0;
}
.c-section-header__body strong, .c-section-header__body b {
  font-weight: 700;
  color: inherit;
}
.c-section-header__body a {
  color: var(--color-base-content) !important;
  text-decoration: underline !important;
}
.c-section-header__body a:hover {
  text-decoration: none !important;
}
.c-section-header__body p.card-eyebrow {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.21;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #1557b5;
  margin: 4px 0 12px;
}
.c-section-header__body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-section-header__body ul:last-child {
  margin-bottom: 0;
}
.c-section-header__body ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--font-size-xl);
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-neutral);
}
.c-section-header__body ul li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  margin-top: 10px;
}
.c-section-header__body ol {
  padding-left: 1.4em;
  margin: 0 0 1em;
}
.c-section-header__body ol:last-child {
  margin-bottom: 0;
}
.c-section-header__body ol li {
  font-size: var(--font-size-lg);
  font-weight: 400;
  line-height: 1.72;
  color: inherit;
  padding-left: 4px;
  margin-bottom: 0.5em;
}
.c-section-header__body ol li:last-child {
  margin-bottom: 0;
}
.c-section-header__icon {
  display: block;
}
.c-section-header__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .c-section-header--default .c-section-header__inner {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 72px;
    text-align: left;
    align-items: center;
  }
}
.c-section-header--default .c-section-header__body {
  max-width: none;
}
.c-section-header--default .c-section-header__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-section-header--simple .c-section-header__inner {
  align-items: center;
  text-align: center;
}
.c-section-header--simple .c-section-header__body {
  max-width: 720px;
}
.c-section-header--simple .c-section-header__body ul {
  align-items: center;
}
.c-section-header--intro .c-section-header__inner {
  align-items: center;
  text-align: center;
}
.c-section-header--intro .c-section-header__body {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  max-width: 720px;
}
.c-section-header--intro .c-section-header__body ul {
  align-items: center;
}
.c-section-header--text-left .c-section-header__inner {
  align-items: flex-start;
  text-align: left;
}
@media (min-width: 768px) {
  .c-section-header--text-left .c-section-header__title {
    font-size: 52px;
    line-height: 1.06;
    letter-spacing: -0.028em;
  }
}
.c-section-header--light .c-section-header__title {
  color: var(--color-neutral);
}
.c-section-header--light .c-section-header__body {
  color: var(--color-neutral);
}
.c-section-header--dark .c-section-header__title {
  color: #ffffff;
}
.c-section-header--dark .c-section-header__body {
  color: #ffffff;
}
.c-section-header--dark .c-section-header__body strong, .c-section-header--dark .c-section-header__body b {
  color: #ffffff;
}
@media (min-width: 768px) {
  .c-section-header--dark.c-section-header--default .c-section-header__inner {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
}
.c-section-header--dark.c-section-header--default .c-section-header__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}