.hAbout {
  min-height: 100vh;
  height: fit-content;
  margin-top: 100px;
  padding: 100px 0 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.axHead {
  font-family: basReg;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}

.tl-attribution {
  display: none;
}
