.morebelow {
  width: 100%;
  margin-bottom: 1rem;
}
.morebelow .mb-content {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("../img/morebelow-bkg.png");
  background-position: center bottom;
  background-repeat: repeat-x;
}
.morebelow .mb-content .mb-title {
  display: flex;
  justify-content: center;
}
.morebelow .mb-content .mb-title .mb-icon, .morebelow .mb-content .mb-title h2 {
  display: inline-block;
  vertical-align: top;
}
.morebelow .mb-content .mb-title .mb-icon {
  flex: 0 1 50px;
}
@media only screen and (max-width: 720px) {
  .morebelow .mb-content .mb-title .mb-icon {
    margin-top: -0.3125rem;
  }
}
.morebelow .mb-content .mb-title .mb-icon svg {
  fill: #37678e;
}
.morebelow .mb-content .mb-title .mb-icon + h2 {
  padding-left: 10px;
}
.morebelow .mb-content .mb-title h2 {
  flex: 0 1 auto;
}
.morebelow .mb-content .mb-text {
  text-align: center;
}
.morebelow .mb-arrow {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.morebelow .mb-arrow img {
  width: 100%;
}

/*# sourceMappingURL=morebelow.css.map */
