.section__message-bar {
  width: 100%;
  padding: 25px 10px;
  text-align: center; }
  .section__message-bar p {
    font-size: 10px;
    font-family: "Brandon Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.4; }
    @media only screen and (min-width: 992px) {
      .section__message-bar p {
        font-size: 11px; } }
