@import url("https://use.typekit.net/rge1xkb.css");
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fullwidth-text__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.fullwidth-text__content {
  display: flex;
  flex-flow: row wrap;
  max-width: 857px;
}
.fullwidth-text__content ul {
  list-style-position: inside;
}
.fullwidth-text__heading {
  flex: 0 0 100%;
  order: 2;
  text-align: center;
}
.fullwidth-text__preheading {
  flex: 0 0 100%;
  order: 1;
  text-align: center;
}
.fullwidth-text__text {
  flex: 0 0 100%;
  order: 3;
  text-align: center;
}
.fullwidth-text__button {
  flex: 0 0 100%;
  order: 4;
  text-align: center;
}
