#main {
  margin-top: 150px;
  margin-bottom: 0;
}

section {
  padding: 5rem 0;
}

/* .img-container {
  width: 100%;
}

.img-container img {
  width: 100%;
} */

#page-hero {
  color: var(--black-color);
  font-family: var(--font-two);
  width: 100%;
  min-height: 100vh;
  position: relative;
}

#page-hero .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-hero .bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

#page-hero .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#page-hero .hero-details {
  padding-top: 5.2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #4d4d4d;
}

#page-hero .page-hero-title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #page-hero .page-hero-title {
    font-size: 2rem;
  }
}

#page-hero .page-hero-sub-title {
  font-size: 1.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #page-hero .page-hero-sub-title {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

#page-hero {
  color: var(--black-color);
  font-family: var(--font-two);
  width: 100%;
  min-height: 100vh;
  position: relative;
}

#page-hero .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-hero .bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

#page-hero .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#page-hero .hero-details {
  padding-top: 5.2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #4d4d4d;
}

#page-hero .page-hero-title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #page-hero .page-hero-title {
    font-size: 2rem;
  }
}

#page-hero .page-hero-sub-title {
  font-size: 1.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #page-hero .page-hero-sub-title {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

#page-hero-lite {
  color: var(--black-color);
  font-family: var(--font-two);
  padding-bottom: 2.5rem;
}

#page-hero-lite .img-container {
  width: 100%;
  text-align: center;
}