@media (max-width: 780px) {
  .so-widget-sow-button-atom-30e4aeb27ca8 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-30e4aeb27ca8 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-30e4aeb27ca8 .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: Open Sans;
  font-weight: 500;
  background: #42af36;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #33882a), color-stop(1, #42af36));
  background: -ms-linear-gradient(bottom, #33882a, #42af36);
  background: -moz-linear-gradient(center bottom, #33882a 0%, #42af36 100%);
  background: -o-linear-gradient(#42af36, #33882a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42af36', endColorstr='#33882a', GradientType=0);
  -webkit-border-radius: 5em 5em 5em 5em;
  -moz-border-radius: 5em 5em 5em 5em;
  border-radius: 5em 5em 5em 5em;
  border-color: #2f7c26 #2c7524 #286920 #2c7524;
  border: 1px solid;
  color: #ffffff !important;
  font-size: 1.5em;
  
  padding-block: 1.1em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 2.2em;
}
.so-widget-sow-button-atom-30e4aeb27ca8 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-30e4aeb27ca8 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #1e6638;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #133f23), color-stop(1, #1e6638));
  background: -ms-linear-gradient(bottom, #133f23, #1e6638);
  background: -moz-linear-gradient(center bottom, #133f23 0%, #1e6638 100%);
  background: -o-linear-gradient(#1e6638, #133f23);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e6638', endColorstr='#133f23', GradientType=0);
  border-color: #216e3d #1e6638 #1b5a32 #1e6638;
  color: #f2f2f2 !important;
}