.alert-wrapper .block-alert {
  background-color: #a90f0f;
  color: #fff;
}
.alert-wrapper .block-alert .content .field--name-body:before {
  font-weight: 700;
}
.alert-wrapper .block-notification {
  background-color: #f8d6a7;
  color: #333;
  border-bottom: 4px solid #F0AD4E;
}
.alert-wrapper .block-notification .content .field--name-body:before {
  color: #333;
  font-weight: 700;
}
.alert-wrapper .block-notification .content .field--name-body h2 {
  color: #333;
}
#main-content #block-drupalbase-custom-contactsnotification {
  background-color: #f8d6a7;
  color: #333;
  font-weight: 600;
  border-top: 4px solid #F0AD4E;
  border-bottom: 4px solid #F0AD4E;
}
#main-content #block-drupalbase-custom-contactsnotification p {
  margin: 1rem 0 1rem 5rem;
}
#main-content #block-drupalbase-custom-contactsnotification .field--name-body:before {
  margin-top: 2.25rem;
  font-family: 'Font Awesome 5 Pro';
  content: "\f06a";
  font-size: 1.9em;
  display: block;
  float: left;
  margin-right: 20px;
}
