.headline_inner {
  padding: 20px;
}
.headline_text  {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 1);
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.headline_inner.headline_header_img {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
