@media (max-width: 780px) {
  .so-widget-sow-button-atom-c3d3c2d59846-15 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-c3d3c2d59846-15 .ow-button-base.ow-button-align-center.ow-button-align-justify a {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-c3d3c2d59846-15 .ow-button-base a {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  max-width: 100%;
  
  font-size: 1em;
  padding: 1em 2em;
  background: #cc353a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a42a2e), color-stop(1, #cc353a));
  background: -ms-linear-gradient(bottom, #a42a2e, #cc353a);
  background: -moz-linear-gradient(center bottom, #a42a2e 0%, #cc353a 100%);
  background: -o-linear-gradient(#cc353a, #a42a2e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc353a', endColorstr='#a42a2e', GradientType=0);
  border: 1px solid;
  border-color: #98262a #902428 #842125 #902428;
  color: #ffffff !important;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -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);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.so-widget-sow-button-atom-c3d3c2d59846-15 .ow-button-base a:active,
.so-widget-sow-button-atom-c3d3c2d59846-15 .ow-button-base a:hover {
  color: #ffffff !important;
}
.so-widget-sow-button-atom-c3d3c2d59846-15 .ow-button-base a.ow-button-hover:hover {
  background: #ce3d42;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad2c30), color-stop(1, #ce3d42));
  background: -ms-linear-gradient(bottom, #ad2c30, #ce3d42);
  background: -moz-linear-gradient(center bottom, #ad2c30 0%, #ce3d42 100%);
  background: -o-linear-gradient(#ce3d42, #ad2c30);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce3d42', endColorstr='#ad2c30', GradientType=0);
  border-color: #d0454a #ce3d42 #c93338 #ce3d42;
}