@charset "UTF-8";
.hb-hist-wrapper {
  background-image: url(../img/history-gfx4.svg);
  max-width: 1640px;
  height: 800px;
  background-size: cover;
  margin: 0 auto;
  margin-top: 60px;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.hb-hist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 64px;
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 80px
}
@media (max-width:767px) {
  .hb-hist {
    grid-template-columns: 1fr
  }
}
.hb-hist__column {
  position: relative;
  max-width: 504px
}
.hb-hist__column-1 {
  justify-self: left
}
.hb-hist__column-2 {
  justify-self: right
}
.hb-hist__img {
  max-width: 504px
}
@media (max-width:767px) {
  .hb-hist__img {
    max-width: 100%
  }
}
.hb-hist__year {
  color: #000;
  font-family: "PT Sans Caption",sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: -80px
}
@media (max-width:767px) {
  .hb-hist__year {
    font-size: 6.25rem;
    line-height: 118px
  }
}
@media (min-width:768px) {
  .hb-hist__year {
    font-size: 6.25rem;
    line-height: 118px
  }
}
@media (min-width:1024px) {
  .hb-hist__year {
    font-size: 8.625rem;
    line-height: 162px
  }
}