.BoxWithBackground {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 30px 43px;
  border-radius: 20px;
}.BoxWithBackground p,
  .BoxWithBackground a {
    color: #ffffff;
  }.BoxWithBackground .Headline + .Headline {
    margin-bottom: 11px;
  }

.BoxWithBackground--blue {
  background-color: var(--clr-blue);
}

.BoxWithBackground--lightBlue {
  background-color: #f4f9f9;
}

.BoxWithBackground-content.u-contentWidth {
  padding-top: 70px;
  padding-bottom: 70px;
}

.BoxWithBackground-content {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
