.widget_sd_widget_social {
  font-size: 0;
  display: inline-flex;
  margin-right: 10px;
}
.widget_sd_widget_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}
.widget_sd_widget_social a svg {
  width: 20px;
  height: 20px;
  color: #006bb4;
  margin-right: 15px;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_social a {
    font-size: 17px;
  }
  .widget_sd_widget_social a svg {
    width: 17px;
    height: 17px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_social a {
    font-size: 16px;
  }
  .widget_sd_widget_social a svg {
    width: 15px;
    height: 15px;
    margin-right: 11px;
  }
}

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