@media (max-width: 780px) {
  .so-widget-sow-button-atom-ee5c8d0a057a-188 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-ee5c8d0a057a-188 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-ee5c8d0a057a-188 .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: #d9843b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bc6b25), color-stop(1, #d9843b));
  background: -ms-linear-gradient(bottom, #bc6b25, #d9843b);
  background: -moz-linear-gradient(center bottom, #bc6b25 0%, #d9843b 100%);
  background: -o-linear-gradient(#d9843b, #bc6b25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9843b', endColorstr='#bc6b25', GradientType=0);
  -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-color: #b06322 #a75f20 #9a571e #a75f20;
  border: 1px solid;
  color: #ffffff !important;
  font-size: 2rem;
  
  padding-block: 2rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 40%;
  max-width: 100%;
  padding-inline: 4rem;
}
.so-widget-sow-button-atom-ee5c8d0a057a-188 .ow-button-base .sowb-button > span {
  display: flex;
  justify-content: center;
}
.so-widget-sow-button-atom-ee5c8d0a057a-188 .ow-button-base .sowb-button > span [class^="sow-icon-"] {
  font-size: 2.3rem;
}
.so-widget-sow-button-atom-ee5c8d0a057a-188 .ow-button-base .sowb-button.ow-icon-placement-top > span {
  flex-direction: column;
}
.so-widget-sow-button-atom-ee5c8d0a057a-188 .ow-button-base .sowb-button.ow-icon-placement-right > span {
  flex-direction: row-reverse;
}
.so-widget-sow-button-atom-ee5c8d0a057a-188 .ow-button-base .sowb-button.ow-icon-placement-bottom > span {
  flex-direction: column-reverse;
}
.so-widget-sow-button-atom-ee5c8d0a057a-188 .ow-button-base .sowb-button.ow-icon-placement-left > span {
  align-items: start;
}
.so-widget-sow-button-atom-ee5c8d0a057a-188 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-ee5c8d0a057a-188 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #861095;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5d0b67), color-stop(1, #861095));
  background: -ms-linear-gradient(bottom, #5d0b67, #861095);
  background: -moz-linear-gradient(center bottom, #5d0b67 0%, #861095 100%);
  background: -o-linear-gradient(#861095, #5d0b67);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#861095', endColorstr='#5d0b67', GradientType=0);
  border-color: #8f119e #861095 #7a0f87 #861095;
  color: #ffffff !important;
}