@media (max-width: 780px) {
  .so-widget-sow-button-atom-400930c2d9bd .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-400930c2d9bd .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-400930c2d9bd .ow-button-base .sowb-button {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Didact Gothic;
  
  background: #78c14b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #60a138), color-stop(1, #78c14b));
  background: -ms-linear-gradient(bottom, #60a138, #78c14b);
  background: -moz-linear-gradient(center bottom, #60a138 0%, #78c14b 100%);
  background: -o-linear-gradient(#78c14b, #60a138);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c14b', endColorstr='#60a138', GradientType=0);
  -webkit-border-radius: 35px 35px 35px 35px;
  -moz-border-radius: 35px 35px 35px 35px;
  border-radius: 35px 35px 35px 35px;
  border-color: #599634 #558e31 #4e832d #558e31;
  border: 1px solid;
  color: #ffffff !important;
  font-size: 1.3em;
  
  padding-block: 1.2em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 2.4em;
}
.so-widget-sow-button-atom-400930c2d9bd .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-400930c2d9bd .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dadada), color-stop(1, #f3f3f3));
  background: -ms-linear-gradient(bottom, #dadada, #f3f3f3);
  background: -moz-linear-gradient(center bottom, #dadada 0%, #f3f3f3 100%);
  background: -o-linear-gradient(#f3f3f3, #dadada);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada', GradientType=0);
  border-color: #f8f8f8 #f3f3f3 #ebebeb #f3f3f3;
  color: #78c14b !important;
}