#wrapper{
  background: url("/modules/upscore/views/img/aboutus/bg.jpg") center center #005166;
  background-position: center center;
  color: #fff;
  min-height: 80vh;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
p{
  line-height: 15px;
}
.lead{
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.story{
  column-count: 2;
  column-gap: 45px;
}
.believe h1{
  margin: 50px 0;
  font-size: 45px;
  font-weight: 100;
  line-height: 54px;
  text-transform: uppercase;
}
.believe_grid{
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  counter-reset: numbers;
  gap: 40px;
}
.believe_grid > div{
  display: flex;
  vertical-align: top;
}
.believe_grid > div:before{
  counter-increment: numbers;
  content: counters(numbers, '');
  text-align: right;
  list-style: decimal;
  font-size: 48px;
  line-height: 48px;
  padding-right: 15px;
  font-weight: bold;
}
.h-full {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
