.widget_sd_widget_button {
  margin-left: 55px;
}
.widget_sd_widget_button a {
  line-height: 1;
  color: #FFF;
  background-color: #FF3C00;
  height: 50px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  font-weight: 600;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget_sd_widget_button a:hover {
  color: #FFF;
  opacity: 0.7;
}
.widget_sd_widget_button a svg {
  margin-right: 15px;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_button {
    margin-left: 46px;
  }
  .widget_sd_widget_button a {
    height: 42px;
    padding: 0 22px;
  }
  .widget_sd_widget_button a svg {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_button {
    margin-left: 40px;
  }
  .widget_sd_widget_button a {
    height: 37px;
    padding: 0 19px;
  }
  .widget_sd_widget_button a svg {
    margin-right: 11px;
  }
}

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