#footer-callout {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #9e9e9e;
}
#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;
}
#footer-callout .cta-phone {
  display: inline-block;
}
#footer-callout,
#footer-callout a:link,
#footer-callout a:visited {
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}
#footer-callout a.cta {
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 5px;
  text-decoration: none;
}
#footer-callout a.cta:hover,
#footer-callout a.cta:active {
  background-color: #fff;
  color: #9e9e9e;
  border-color: #9e9e9e;
}

@media all and (min-width: 571px) {
  #footer-callout > .width-limiter > span {
    margin-right: 25px;
  }
}