.fey-banner {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;

  background: rgb(255, 253, 231);
  color: rgb(24, 24, 24);
  padding: 0.25rem 0;
  z-index: 1;
}

.fey-banner__content > p {
  margin: 0;
}