img {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-bottom: 1rem;
}

#ride2go-logo-footer{
  width: 7rem;
}

#hero-about-page {
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

#hero-about-page-div {
  background-color: #fecf00;
}

#hero-about-page {
  height: 30rem;
}

main {
  background-color: white;
  justify-items: center;
  position: relative;
  overflow: hidden;
  margin: auto;
  height: 100%;
  width: 70%;
  top: 0;
}

#content-container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(4, auto);
  width: 70%;
  justify-content: center;
  margin: auto;
}

article {
  display: grid;
}

article div {
  margin-bottom: 1rem;
}

h2 {
  margin: 0;
  color: #837e8c;
  justify-self: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 36px;
}

h1 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  justify-self: left;
  padding-top: 5rem;
  text-transform: uppercase;
}

#kontakt-btn {
  background-color: #ffdd4c;
  width: max-content;
  padding: 1rem;
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media (max-width: 900px) {
  main {
    width: 100%;
    margin: 0;
  }

  #content-container {
    width: 90%;
  }

  #hero-about-page {
    height: auto;
  }
}
