@media (max-width: 780px) {
  .so-widget-sow-button-atom-a7de101a4542 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-a7de101a4542 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-a7de101a4542 .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;
  font-family: Open Sans;
  font-weight: 700;
  background: #2051ab;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #183d80), color-stop(1, #2051ab));
  background: -ms-linear-gradient(bottom, #183d80, #2051ab);
  background: -moz-linear-gradient(center bottom, #183d80 0%, #2051ab 100%);
  background: -o-linear-gradient(#2051ab, #183d80);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2051ab', endColorstr='#183d80', GradientType=0);
  -webkit-border-radius: 0.25px;
  -moz-border-radius: 0.25px;
  border-radius: 0.25px;
  border-color: #163773 #14326b #122c5e #14326b;
  border: 1px solid;
  color: #ffffff !important;
  font-size: 1em;
  
  padding-block: 1em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 2em;
}
.so-widget-sow-button-atom-a7de101a4542 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-a7de101a4542 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #2255b4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1a4189), color-stop(1, #2255b4));
  background: -ms-linear-gradient(bottom, #1a4189, #2255b4);
  background: -moz-linear-gradient(center bottom, #1a4189 0%, #2255b4 100%);
  background: -o-linear-gradient(#2255b4, #1a4189);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2255b4', endColorstr='#1a4189', GradientType=0);
  border-color: #2359bc #2255b4 #1f4fa7 #2255b4;
  color: #ffffff !important;
}