.important-note {
  max-width: 1440px;
  box-sizing: border-box;
  margin: 2rem auto 0;
  padding: 1.2rem 5rem;
  background: #fbf9f7;
  font-size: 0.875rem;
  text-align: center;
}

.important-note p {
  margin: 1rem 0;
}

.important-note__content > p:empty,
.important-note__content > p + br,
.important-note__content > br + p + br {
  display: none;
}

@media (min-width: 1600px) {
  .important-note {
    width: 1440px;
  }
}