.left-lined-headline {
    display: none;
    top: 0;
    left: -500px;
    position: absolute;
    overflow: hidden;
  }
  .left-lined-headline::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 500px;
    height: 4px;
    border-top: 4px solid #b42364;
  }
  
  .responsive-title-border,
  .title-bottom-border {
    border-bottom: 2px solid #b42364;
  }
  
  .headline-element-overlay-image {
    width: 100%;
  }
  
  @media (min-width: 576px) {
    .headline-element-overlay-image {
      width: auto;
    }
  }
  @media (min-width: 992px) {
    .left-lined-headline {
      display: block;
    }
    .responsive-title-border {
      border-bottom: none;
    }
  }
  