.level {
  background-color: #2c4494;
  padding: 5rem 0;
  color: #ffffff;
  margin: 0 0 80px 0 !important;
}
.fact-title {
  font-size: 38px;
  line-height: normal;
  margin-bottom: 5px;
}
.fact-heading {
    font-size: 22px;
    line-height: normal;
}
.level {
    background-color: #2c4494;
    padding: 4rem 0;
    color: #ffffff;
    margin-top: 15px !important;
    border-radius: 30px;
	align-items: center;
  justify-content: space-between
}
.level.is-mobile {
  display: flex
}
.level.is-mobile .level-left, .level.is-mobile .level-right {
  display: flex
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: .75rem
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1
}
@media screen and (min-width:769px), print {
  .level {
    display: flex
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1
  }
}
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
}
.level-item .subtitle, .level-item .title {
  margin-bottom: 0
}
@media screen and (max-width:768px) {
  .level-item:not(:last-child) {
    margin-bottom: 40px;
  }
	.fact-title {
    margin-bottom: 0px;
}
}