.our-company-header {
  height:100vh;
  max-height:800px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom:50px;
  background-position:center center !important;
  background-size:cover !important;
}

.header-contents {
  width:100%;
  max-width:800px;
  height:auto;
  text-align:center;
}

.page-h2 {
  {#font-family: 'Archer-Bold-It'; #}
  font-family: var(--roboto-condensed);
  font-size: 22px;
  line-height: 28px;
  color:#fff;
  text-align:center;
  width:100%;
}

.page-h2 span {
  border-bottom: 2px solid #f6e14d;
}

.page-main-title {
  {#font-family: "GTPressura-Bold"; #}
  font-family: var(--roboto-condensed);
  font-size: 77px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  width:100%;
  text-align:center;
}

.page-subtitle {
  color: #fff;
  font-size: 24px;
  line-height:32px;
  margin-bottom: 30px;
  width:100%;
  text-align:center;
  {#font-family:'Archer-Book' !important; #}
  font-family: var(--roboto-condensed);
}

@media (max-width:760px) {
  .page-main-title {
    font-size:55px;
    line-height:60px;
  }
  .page-subtitle {
    font-size:24px;
    line-height:28px;
  }
  .page-h2 {
    font-size:18px;
    line-height:24px;
  }
  
  .our-company-header {
    padding:0px 15px;
  }
}