@media (max-width: 780px) {
  .so-widget-sow-button-atom-ea1bc76fb7aa-99 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-ea1bc76fb7aa-99 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-ea1bc76fb7aa-99 .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;
  background: #003f20;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000c06), color-stop(1, #003f20));
  background: -ms-linear-gradient(bottom, #000c06, #003f20);
  background: -moz-linear-gradient(center bottom, #000c06 0%, #003f20 100%);
  background: -o-linear-gradient(#003f20, #000c06);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f20', endColorstr='#000c06', GradientType=0);
  -webkit-border-radius: 2em 2em 2em 2em;
  -moz-border-radius: 2em 2em 2em 2em;
  border-radius: 2em 2em 2em 2em;
  border-color: #050505 #000000 #000000 #000000;
  border: 1px solid;
  color: #ffffff !important;
  font-size: 18px;
  
  padding-block: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 300px;
  max-width: 100%;
  padding-inline: 40px;
}
.so-widget-sow-button-atom-ea1bc76fb7aa-99 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-ea1bc76fb7aa-99 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #004925;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00160b), color-stop(1, #004925));
  background: -ms-linear-gradient(bottom, #00160b, #004925);
  background: -moz-linear-gradient(center bottom, #00160b 0%, #004925 100%);
  background: -o-linear-gradient(#004925, #00160b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004925', endColorstr='#00160b', GradientType=0);
  border-color: #00532a #004925 #003a1d #004925;
  color: #ffffff !important;
}