.sr-button-wrapper.button-h3 a.sr-button {
  display: inline-block;
  background: #1aa80c;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 42px;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  line-height: 1.2;
  transition: background .2s ease;
}
.sr-button-wrapper.button-h3 a.sr-button:hover {
  background: #14860a;
  color: #fff;
}
