.alert-wrapper .block-alert {
  background-color: #EFEBDB;
  color: #35434A;
  border-bottom: 8px solid #CF3E2E;
  padding: 12px 0 4px 0;
}
.alert-wrapper .block-alert .content .field--name-body:before {
  content: none;
}
.alert-wrapper .block-alert .content h2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #35434A;
  margin-left: 0;
  margin-top: 12px;
  margin-bottom: 4px;
  padding: 0;
}
.alert-wrapper .block-alert .content p {
  font-weight: 400;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
.alert-wrapper .block-notification {
  background-color: #EFEBDB;
  color: #35434A;
  border-bottom: 8px solid #DDC349;
  font-weight: 400;
  padding: 12px 0 4px 0;
}
.alert-wrapper .block-notification .content .field--name-body:before {
  content: none;
}
.alert-wrapper .block-notification .content h2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #35434A;
  margin-left: 0;
  margin-top: 12px;
  margin-bottom: 4px;
  padding: 0;
}
.alert-wrapper .block-notification .content p {
  font-weight: 400;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
