.btn-main {
  display: inline-block;
  background-color: #D3BA7A;
  font-size: 16px;
  line-height:24px;
  color: #000;
  padding: 16px 24px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  text-align:center;
}
@media only screen and (max-width: 768px) {
  .btn-main {
    width:100%; 
  }
}
.btn-secondary {
  display: inline-block;
  color: #D3BA7A;
  font-size: 16px;
  line-height:24px;
  padding: 16px 10px;
  text-decoration: none;
  font-weight: bold;
  border: none;
  text-align:center;
}
.v2 .btn-secondary {
  color: #373634;
}