@media (max-width: 780px) {
  .so-widget-sow-button-atom-c8c929cac0df .ow-button-base.ow-button-align-left {
    text-align: center;
  }
  .so-widget-sow-button-atom-c8c929cac0df .ow-button-base.ow-button-align-left.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-c8c929cac0df .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: #24e5df;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #17bfba), color-stop(1, #24e5df));
  background: -ms-linear-gradient(bottom, #17bfba, #24e5df);
  background: -moz-linear-gradient(center bottom, #17bfba 0%, #24e5df 100%);
  background: -o-linear-gradient(#24e5df, #17bfba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24e5df', endColorstr='#17bfba', GradientType=0);
  -webkit-border-radius: 0.25;
  -moz-border-radius: 0.25;
  border-radius: 0.25;
  border-color: #15b2ad #14a8a4 #129b97 #14a8a4;
  border: 1px solid;
  color: #ffffff !important;
  font-size: 1;
  
  padding-block: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 2;
}
.so-widget-sow-button-atom-c8c929cac0df .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-c8c929cac0df .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #2de6e0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #18c8c3), color-stop(1, #2de6e0));
  background: -ms-linear-gradient(bottom, #18c8c3, #2de6e0);
  background: -moz-linear-gradient(center bottom, #18c8c3 0%, #2de6e0 100%);
  background: -o-linear-gradient(#2de6e0, #18c8c3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2de6e0', endColorstr='#18c8c3', GradientType=0);
  border-color: #36e7e2 #2de6e0 #1fe4de #2de6e0;
  color: #ffffff !important;
}