.custom-button-wrap .custom-button {
  background-color: rgb(85, 107, 47);
  border: solid 1px rgb(85, 107, 47);
  height: auto;
  width: auto;
  color: rgb(220, 227, 209);
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  line-height: 58px;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 35px;
  border-radius: 6px;
  filter: none;
  opacity: 1;
  z-index: 9;
}

.custom-button-wrap .custom-button:hover {
  background-color: rgb(220, 227, 209);
  color: rgb(85, 107, 47);
}