#enrol-header {
  display: block;
  position: absolute;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#enrol-header h1,
#enrol-header h2 {
  color: white;
  margin: auto;
}
#enrol-header h1 {
  font-family: fontinregular, "Fontin Sans Rg", helvetica, arial, sans-serif !important;
  margin-bottom: 1rem;
  text-transform: uppercase;
  /*    &:after {
      content: "";
      position: relative;
      display: block;
      width: 150px;
      border-bottom: 2px solid rgba(238, 49, 35, 1);
      margin: auto;
      margin-top: 0.5rem;
    } */
}
#enrol-header h2 {
  margin-top: 1rem;
}
@media only screen and (min-width: 700px) {
  #enrol-header h1,
  #enrol-header h2 {
    width: 50%;
  }
  #enrol-header h1 {
    font-size: 3rem;
    margin-top: 10rem;
  }
  #enrol-header h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 659px) {
  #enrol-header h1,
  #enrol-header h2 {
    width: 60%;
  }
  #enrol-header h1 {
    font-size: 2rem;
    margin-top: 3rem;
  }
  #enrol-header h2 {
    font-size: 1rem;
  }
}
.container.internal-container .internal-menu {
  z-index: 3;
}
