Poresti fare così:
codice:
<div class="row section cta clearfix">
   <h2>Sfoglia il Volantino e Scopri le Offerte!</h2>
  <button type="button" class="btn btn-primary">Clicca Qui</button>
 <div class="bottom-shadow"></div>
</div><!-- /row -->
e per il css

codice:
.cta {
      background: #f0f0f0 url("../src/images/bottom-shadow.png") no-repeat center top;
      width:100%;
      text-align:center;
}

.cta h2 {
      font-size: 30px;
      font-weight: 100;
      font-style: italic;
      display:inline;
      margin: auto 2% auto auto;
}

.cta button {
      width: 180px;
      display:inline;
}
.cta > .bottom-shadow {
      margin-top: 2px;
}