.advisory-box {
  position: relative;
}

.advisory-box-cta {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.headlines {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.headlines-more {
  margin-top: auto;
}

@media screen and (max-width: 990px) {
  .headlines {
    padding-top: 40px;
  }
}
