.alert-wrapper {
  position: relative;
  z-index: 0;
}
.alert-wrapper .region-alert {
  --bs-gutter-x: 0;
}
.alert-wrapper .content {
  padding: 0 0.5rem;
}
.alert-wrapper .content .field--name-body:before {
  margin-top: 0.25rem;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.9em;
  display: block;
  float: left;
  margin-right: 20px;
}
.alert-wrapper .content h2 {
  position: relative;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 1rem;
  padding-left: 3.8rem;
  margin-bottom: 0;
  color: #fff;
}
.alert-wrapper .content h2:before {
  display: none;
}
.alert-wrapper .content h2:after {
  display: none;
}
.alert-wrapper .content p {
  font-weight: 600;
  margin-left: 3.8rem;
  line-height: 1;
}
.alert-wrapper .content p a {
  text-decoration: underline;
}
.alert-wrapper .block-alert .content {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
.alert-wrapper .block-alert .content .field--name-body:before {
  content: "\f071";
}
.alert-wrapper .block-notification .content {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
.alert-wrapper .block-notification .content .field--name-body:before {
  content: "\f06a";
}
