.alert-wrapper .block-alert {
  background-color: #1B304D;
  color: #fff;
}
.alert-wrapper .block-alert .content h2 {
  color: #1B304D;
}
.alert-wrapper .block-alert .content h2:before {
  color: #1B304D;
}
.alert-wrapper .block-notification {
  background-color: #1B304D;
  color: #000000;
  border-bottom: 4px solid #000000;
}
.alert-wrapper .block-notification .content h2:before {
  color: #000000;
  content: "\f06a";
}
#block-drupalbase-custom-contactsnotification {
  background-color: #f8d6a7;
  color: #333;
  font-weight: 600;
  border-top: 4px solid #F0AD4E;
  border-bottom: 4px solid #F0AD4E;
}
#block-drupalbase-custom-contactsnotification p {
  margin: 1rem 0 1rem 5rem;
}
