header .header_container {
  position:relative;
  overflow:visible;
}
  header .header_container .arrow_dot {
    position:absolute;
    top:20px;
    left:20px;
    width:40px;
    margin:0;
    z-index:2;
    bottom:unset;
  }
  header .header_container .arrow_dot:hover {
    background-color:black; 
  }

header .header_img {
  aspect-ratio:1570 / 966;
  object-fit:cover;
  object-position:center;
  width:100%;
}


.info {
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items:flex-center;
  margin:30px 0px;
  position:relative;
}
  .info p, .info h1 {
    margin-top:0;
    margin-bottom:0;
  }

  @media (max-width:991px) {
    .info {
      flex-direction:column-reverse;
    }
    .info br {
      display:none;
    }
      .info b:before {
        content:": ";
        font-weight:300;
      }
  }
