header .widget_sd_widget_button .inner-button {
  padding: 0 24px;
}
header .widget_sd_widget_button:not(:last-of-type) {
  margin-right: 20px;
}

@media screen and (max-width: 1600px) {
  header .widget_sd_widget_button .inner-button {
    padding: 0 20px;
  }
  header .widget_sd_widget_button:not(:last-of-type) {
    margin-right: 17px;
  }
}
@media screen and (max-width: 1400px) {
  header .widget_sd_widget_button .inner-button {
    padding: 0 18px;
  }
  header .widget_sd_widget_button:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  header .widget_sd_widget_button {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
