.g-page.g-page-board .g-button {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  padding-top: 27px;
  padding-right: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  background-color: #c99c78;
  color: #181818;
  position: relative;
  text-decoration-line: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  font-size: 16px;
  min-width: auto;
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  text-shadow: none;
  letter-spacing: normal;
  border-radius: 0;
}
.g-page.g-page-board .g-button:hover {
  background-color: #fff034;
  color: #181818;
}
