.row-fluid h3{padding: 0;
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 30px;
    position: relative;
    text-align: center;
    text-transform: capitalize;}
    .row-fluid h3:after {
      content: "";
      display: block;
      height: 2px;
      width: 50px;
      background: #d52b1e;
      clear: both;
      margin: 10px auto 0;
  }