p {
  /*line-height: 1;*/
  /*margin-top: 51px;*/
}

@media (width: 768px) {
  .ref-preview {
    width: 100%;
  }
}

.ref-name {
  font-family: 'Abril Fatface';
  color: #5d7388;
}

.ref-button {
  background-color: #a4846d;
}

.ref-price {
  font-family: 'Nunito';
  font-stretch: semi-expanded;
  font-size: larger;
}

ol {
  color: #3a2110;
  font-size: 19px;
  font-family: 'Nunito';
  font-weight: lighter;
}

ul {
  color: #8f5f1b;
  font-size: 17px;
}

body {
  background: #f3f4ed;
  height: 1270px;
}

.container {
  margin-top: 16px;
}

