.page-banner {
  margin-top: 80px;
  width: 100%;
  height: 150px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.page-banner .bg-black-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-banner .text-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFF;
}

.page-banner .text-overlay h1 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
}

.page-banner .text-overlay p {
  margin-top: 0;
  font-size: 18px;
  font-style: italic;
}

.text-info-section {
  width: 100vw;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 400px;
}

.text-info-section .text-info {
  width: 100%;
  max-width: 800px;
  text-align: center;
}
/*# sourceMappingURL=careers_page_style.css.map */