@media (max-width: 780px) {
  .so-widget-sow-button-atom-30c621ac3f33 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-30c621ac3f33 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-30c621ac3f33 .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: #466d4c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #324e36), color-stop(1, #466d4c));
  background: -ms-linear-gradient(bottom, #324e36, #466d4c);
  background: -moz-linear-gradient(center bottom, #324e36 0%, #466d4c 100%);
  background: -o-linear-gradient(#466d4c, #324e36);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#466d4c', endColorstr='#324e36', GradientType=0);
  -webkit-border-radius: 0.5px;
  -moz-border-radius: 0.5px;
  border-radius: 0.5px;
  border-color: #2c4530 #283e2c #223525 #283e2c;
  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-30c621ac3f33 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-30c621ac3f33 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #4a7350;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #36543b), color-stop(1, #4a7350));
  background: -ms-linear-gradient(bottom, #36543b, #4a7350);
  background: -moz-linear-gradient(center bottom, #36543b 0%, #4a7350 100%);
  background: -o-linear-gradient(#4a7350, #36543b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a7350', endColorstr='#36543b', GradientType=0);
  border-color: #4e7955 #4a7350 #446a4a #4a7350;
  color: #ffffff !important;
}