/* *******************************************************************
  ==== SUMMARY ====
  - BASE
******************************************************************* */

/* ===================================================================
  HERO SECTION
=================================================================== */

.wg-page-hero {
  align-items: center;
  background-color: #f7f7f8;
  border-bottom: 1px solid var(--electron-border);
  display: flex;
  margin-top: -1px;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.wg-page-hero-content {
  text-align: center;
}

h1.wg-page-hero-title {
  font-style: italic !important;
  color: #ff6f00 !important;
}

.wg-page-hero-subtitle {
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-transform: none;
  -webkit-text-stroke-color: #000 !important;
  stroke: #000 !important;
  color: #000 !important;
}

/* ===================================================================
  HERO SECTION
=================================================================== */

.nt-wg-inner-container {
  background-color: #007bff;
  display: flex;
}

.nt-wg-inner-container .container {
  background-color: #f2f2f2;
  align-self: center;
  width: 100%;
  padding: 0 !important;
  border-top: 2px solid #007bff;
  border-bottom: 2px solid #007bff;
}

@media (min-width: 1200px) {
  .nt-wg-inner-container .container {
    max-width: 80%;
    border: none;
  }
}
