#footer-callout {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f8f8f8;
}
#footer-callout > .width-limiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer-callout .callout-left,
#footer-callout .callout-right {
  width: 50%;
  text-align: center;
}
#footer-callout .callout-left img {
  max-width: 100%;
}
#footer-callout .callout-right-inner p {
  display: inline;
}
#footer-callout .callout-right h2 {
  margin: 0;
}
@media all and (max-width: 800px) {
  #footer-callout .callout-left,
  #footer-callout .callout-right {
    width: 100%;
  }
}
@media all and (min-width: 571px) {
  #footer-callout > .width-limiter > span {
    margin-right: 25px;
  }
}