.alert-wrapper .block-alert {
  background-color: #8ccffa;
  color: #1b1b1b;
}
.alert-wrapper .block-alert .content h2 {
  color: #1b1b1b;
  line-height: 1.4;
}
.alert-wrapper .block-alert .content h2:before {
  color: #1b1b1b;
}
.alert-wrapper .block-notification {
  background-color: #f8d6a7;
  border-bottom: 4px solid #F0AD4E;
}
.alert-wrapper .block-notification .content h2 {
  color: #1b1b1b;
}
.alert-wrapper .block-notification .content h2:before {
  color: #F0AD4E;
  content: "\f06a";
}
