.product_specs ul {
  padding: 0 0 32px 0;
}

.product_specs ul li {
  font-family: 'Arvo', serif;
  font-size: 24px;
  line-height: 32px;
  margin: 0 15px;
  padding: 0 0 8px 0;
  list-style-type: disc;
}

.button-wrapper {
    width: 100%;
    text-align: right;
}

.product_specs a.btn.btn-success {
    background: #528d4b;
    border: 0;
    height: 44px;
    font-family: 'Arvo', serif;
    line-height: 44px;
    color: #fff;
    padding: 0 16px;
    outline: none;
    box-shadow: 0 0 0 0 transparent;
    margin: 0 0 32px 0;
    border-radius: 100px;
    transform: scale(1);
    transition: transform .3s;
}

.product_specs a.btn.btn-success:hover {
    transform: scale(0.95);
    transition: transform .3s;
}
