@media (max-width: 780px) {
  .so-widget-sow-button-atom-d6ec6596201c .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-d6ec6596201c .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-d6ec6596201c .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: #201e5f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #131238), color-stop(1, #201e5f));
  background: -ms-linear-gradient(bottom, #131238, #201e5f);
  background: -moz-linear-gradient(center bottom, #131238 0%, #201e5f 100%);
  background: -o-linear-gradient(#201e5f, #131238);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#201e5f', endColorstr='#131238', GradientType=0);
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  border-color: #0f0e2d #0c0c25 #080819 #0c0c25;
  border: 1px solid;
  color: #e6e5fe !important;
  font-size: 1em;
  
  padding-block: 8em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 250px;
  max-width: 100%;
  padding-inline: 16em;
}
.so-widget-sow-button-atom-d6ec6596201c .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-d6ec6596201c .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #6b3ad5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5427b5), color-stop(1, #6b3ad5));
  background: -ms-linear-gradient(bottom, #5427b5, #6b3ad5);
  background: -moz-linear-gradient(center bottom, #5427b5 0%, #6b3ad5 100%);
  background: -o-linear-gradient(#6b3ad5, #5427b5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b3ad5', endColorstr='#5427b5', GradientType=0);
  border-color: #7243d7 #6b3ad5 #622ed2 #6b3ad5;
  color: #dbd3e2 !important;
}