@media (max-width: 780px) {
  .so-widget-sow-button-atom-4c17d0f0cd9f .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-4c17d0f0cd9f .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-4c17d0f0cd9f .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: #fa842b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ec6906), color-stop(1, #fa842b));
  background: -ms-linear-gradient(bottom, #ec6906, #fa842b);
  background: -moz-linear-gradient(center bottom, #ec6906 0%, #fa842b 100%);
  background: -o-linear-gradient(#fa842b, #ec6906);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa842b', endColorstr='#ec6906', GradientType=0);
  -webkit-border-radius: 0.25px;
  -moz-border-radius: 0.25px;
  border-radius: 0.25px;
  border-color: #dd6205 #d45e05 #c55705 #d45e05;
  border: 1px solid;
  color: #fa842b !important;
  font-size: 1em;
  
  padding-block: 1em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 200px;
  max-width: 100%;
  padding-inline: 2em;
}
.so-widget-sow-button-atom-4c17d0f0cd9f .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-4c17d0f0cd9f .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #fa8a35;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f66d06), color-stop(1, #fa8a35));
  background: -ms-linear-gradient(bottom, #f66d06, #fa8a35);
  background: -moz-linear-gradient(center bottom, #f66d06 0%, #fa8a35 100%);
  background: -o-linear-gradient(#fa8a35, #f66d06);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8a35', endColorstr='#f66d06', GradientType=0);
  border-color: #fa903f #fa8a35 #fa8126 #fa8a35;
  color: #000000 !important;
}