#main a {
  font-family: var(--font-wt-Heavy) !important;
  font-weight: 700;
}

.page-title {
  font-weight: 700;
}

.hero {
  display: flex;
  align-items: center;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.hero {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-align: left;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50vw, center;
  background-color: #eef0f6;
}

.hero h1 {
  font-family: var(--font-wt-Light);
  font-weight: initial;
}

.hero .page-title {
  margin-bottom: 14px;
}

.hero h1 strong {
  font-family: var(--font-wt-Heavy);
  font-weight: 700;
}

.hero p {
  margin-bottom: 21px;
}

.hero > .inner-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  height: 100%;
  padding-left: 0;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div2 {
  grid-area: 1 / 2 / 2 / 3;
  margin: auto;
  height: 100%;
  width: 100%;
}

.page-title {
  text-transform: uppercase;
  font-family: var(--font-wt-Black);
  font-size: 14px;
  letter-spacing: 1px;
}

.div1 {
  color: #000;
  max-width: 560px;
}

.div2 {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 720px;
}

.hero .btn-standard {
  font-family: var(--font-wt-Black) !important;
  background: #181625;
  border: none;
  border-radius: 0.275em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: AvenirLTStd-Black;
  letter-spacing: 0;
  line-height: 1em;
  margin: 1em auto 0.75em;
  max-width: 85%;
  padding: 0.8em 1.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateX(0) translateY(0);
  transition: all 0.1s ease-in;
  z-index: 100;
}

.sub-title-main {
  font-size: 14px;
  color: #333333;
  font-family: var(--font-wt-Light);
  text-transform: initial;
}

.btn-standard:hover {
  background: #00b6e0;
  opacity: 0.9;
}

@media only screen and (max-width: 1440px) {
  .hero {
    background-size:
      70% auto,
      auto;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 1000px) {
  .hero > .inner-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }

  .hero .page-title {
    margin-bottom: 10px;
  }

  .div1 {
    text-align: center;
    max-width: initial;
    grid-area: 1 / 1 / 2 / 2;
  }

  .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .hero {
    background-position-x: 27vw, center;
    background-position-y: 90%, center;
    background-size: 60%, auto;
  }

  .inner-wrap {
    padding: 0;
  }

  .hero-image {
    display: block;
  }
  #header .inner-wrap {
    padding: 0 56px;
  }

  #footer .inner-wrap {
    padding: 0 56px;
  }
}

@media screen and (max-width: 760px) {
  .hero {
    background-size: 100%, auto;
    background-position-x: 20vw, center;
  }

  #header .inner-wrap {
    padding: 0 32px;
  }

  #footer .inner-wrap {
    padding: 0 32px;
  }
  .hero .page-title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 400px) {
  .hero {
    background-size: 110%, auto;
    background-position-x: 15vw, center;
  }
}
