.home-hero {
  position: relative;
  opacity: 1;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg, rgba(248, 251, 255, 0.94) 0%, rgba(248, 251, 255, 0.82) 30%, rgba(248, 251, 255, 0.52) 58%, rgba(248, 251, 255, 0.14) 100%); */
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 16rem;
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.home-hero__content {
  /* max-width: 100rem; */
  width: 100%;
}

.home-hero h1 {
  color: #11386b;
  font-family: "Roboto", sans-serif;
  /* font-size: 2.2rem; */
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.06;
  margin-bottom: 0.85rem;
}

.home-hero p {
  color: #12315d;
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 1.1rem;
}

.home-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.home-shell {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.home-section {
  margin-bottom: 1.15rem;
}

.home-section__heading {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.home-section__heading h2,
.home-section__heading p {
  margin: 0;
}

.home-section__heading h2 {
  color: #12315d;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
}

.home-section__icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background: #e6eef8;
  color: #0f3a73;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.home-section__heading--split {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.home-section__heading-main {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.home-section__link {
  color: #15457a;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 560px) {
  .home-hero__actions {
    flex-direction: row;
  }
}

@media (min-width: 800px) {
  .home-hero::before {
    /* background: linear-gradient(90deg, rgba(248, 251, 255, 0.96) 0%, rgba(248, 251, 255, 0.88) 28%, rgba(248, 251, 255, 0.42) 48%, rgba(248, 251, 255, 0.06) 72%); */
  }

  .home-hero__inner {
    min-height: 20rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-hero h1 {
    /* font-size: 3rem; */
    font-size: 2.5rem;
  }

  .home-hero p {
    font-size: 1.08rem;
  }

  .home-shell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-section {
    margin-bottom: 1.3rem;
  }

  .home-section__heading {
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.9rem;
  }

  .home-section__heading h2 {
    font-size: 2rem;
  }

  .home-section__heading--split {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .home-section__heading-main {
    align-items: center;
    gap: 0.85rem;
  }

}

@media (min-width: 1100px) {
  .home-hero h1 {
    /* font-size: 4rem; */
    font-size: 2.5rem;
  }

  .home-hero p {
    font-size: 1.15rem;
  }

  .home-section__heading h2 {
    font-size: 2rem;
  }

}

.home-hero-brand-text {
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.home-hero-subtext {
  font-weight: 400;
  font-size: 1.2rem;
}
.home-hero-text {
  line-height: .8;
}
