.widget_sd_widget_contact_icon:not(:last-child) {
  margin-bottom: 15px;
}
.widget_sd_widget_contact_icon a {
  font-size: 0;
  line-height: 1;
  display: inline-flex;
}
.widget_sd_widget_contact_icon .contact-icon {
  color: #FFF;
  display: flex;
  align-items: center;
}
.widget_sd_widget_contact_icon .contact-icon svg {
  height: 18px;
  width: 18px;
  max-height: 18px;
  max-width: 18px;
  margin-right: 15px;
}
.widget_sd_widget_contact_icon .contact-text {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_contact_icon .contact-icon svg {
    height: 16px;
    width: 16px;
    max-height: 16px;
    max-width: 16px;
    margin-right: 12px;
  }
  .widget_sd_widget_contact_icon .contact-text {
    font-size: 16px;
  }
  .widget_sd_widget_contact_icon:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_contact_icon .contact-icon svg {
    margin-right: 11px;
  }
  .widget_sd_widget_contact_icon:not(:last-child) {
    margin-bottom: 11px;
  }
}

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