@media (max-width: 780px) {
  .so-widget-sow-button-atom-b9abc0525044 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-b9abc0525044 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-b9abc0525044 .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: #9aceea;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #70bae1), color-stop(1, #9aceea));
  background: -ms-linear-gradient(bottom, #70bae1, #9aceea);
  background: -moz-linear-gradient(center bottom, #70bae1 0%, #9aceea 100%);
  background: -o-linear-gradient(#9aceea, #70bae1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9aceea', endColorstr='#70bae1', GradientType=0);
  -webkit-border-radius: 12% 12% 12% 12%;
  -moz-border-radius: 12% 12% 12% 12%;
  border-radius: 12% 12% 12% 12%;
  border-color: #63b3df #5bafdd #4ea9da #5bafdd;
  border: 1px solid;
  color: #1c1c1c !important;
  font-size: 100%;
  
  padding-block: 1%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 60%;
  max-width: 100%;
  padding-inline: 2%;
}
.so-widget-sow-button-atom-b9abc0525044 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-b9abc0525044 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #b7e477;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a0db4d), color-stop(1, #b7e477));
  background: -ms-linear-gradient(bottom, #a0db4d, #b7e477);
  background: -moz-linear-gradient(center bottom, #a0db4d 0%, #b7e477 100%);
  background: -o-linear-gradient(#b7e477, #a0db4d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7e477', endColorstr='#a0db4d', GradientType=0);
  border-color: #bbe580 #b7e477 #b0e16b #b7e477;
  color: #1d57e0 !important;
}