.c-page-header {
  background-color: #F3FAF6;
  background: linear-gradient(to bottom, #84D0A4 0%, #F3FAF6 100%);
  position: relative;
  min-height: 180px;
}

@media (min-width: 992px) {
  .c-page-header {
    min-height: 350px;
  }
}

.c-page-header__content {
  padding: 51.6px 0px 36px 0px;
  padding: 3.225rem 0 2.25rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .c-page-header__content {
    padding: 24px 0px;
    padding: 1.5rem 0;
    min-height: 300px;
  }
}

.c-page-header__hyper-title {
  color: #11A44F;
}

.c-page-header__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 33px;
  line-height: 2.0625rem;
  margin: 6px 0px 12px 0px;
  margin: 0.375rem 0 0.75rem 0;
  font-weight: 700;
  color: #283B8D;
  max-width: 500px;
  -webkit-animation: gather 900ms ease-out;
          animation: gather 900ms ease-out;
}

@media (min-width: 992px) {
  .c-page-header__title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 74px;
    line-height: 4.625rem;
    max-width: unset;
  }
}

@-webkit-keyframes gather {
  0% {
    letter-spacing: 4px;
  }
  100% {
    letter-spacing: 0;
  }
}

@keyframes gather {
  0% {
    letter-spacing: 4px;
  }
  100% {
    letter-spacing: 0;
  }
}

