.heroImageContainer {
  height: 20px !important;
  width: 100%;
  min-height: 50px;
}
@media only screen and (max-width: 780px) {
  .registerContainer {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    max-width: 100%;
    margin: 30px 0 30px 0;
    text-align: center;
    gap: 0;
  }

  .registerContainer h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .registerContainer p {
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    padding-left: 30px;
    padding-right: 40px;
  }

  .galeryTitle {
    font-size: 30px;
  }

  .galerydescription {
    font-size: 18px;
    color: white !important;
    font-family: var(--font-lato);
    font-weight: 100 !important;
    text-align: center;
    max-width: 30rem;
    line-height: 22px;
  }

  .galery {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 95vh;
  }
}
.footerContainer a {
  color: white !important;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .registerContainer h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .registerContainer p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
  }

  .galeryTitle {
    font-size: 26px;
  }

  .galerydescription {
    font-size: 14px;
    color: white !important;
    font-family: var(--font-lato);
    font-weight: 100 !important;
    text-align: center;
    max-width: 30rem;
  }
}
