body {
  background: #BAB293;
  color: white;
  font-family: 'Montserrat', sans-serif;
}


.container {
  padding:10px;
  font-family: 'Montserrat', sans-serif;
}

.quote-wrapper {
  display: table;
  height: 280px;
  width: 100%;
}

.the-quote {
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.the-quote p {
  margin: 0;
  padding: 0;
  font-size: 36px;
  color:#918764;
  text-align: center;
  line-height: 40px;
}
.the-quote small {
  font-size: 14px;
  text-align: center !important;
  color: #A19A7F;
}
