body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1;
  padding-bottom: 120px;
  margin-bottom: 20px;

}
footer {
  margin-top: 5rem; /* lub np. 80px */
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1030;
}
 .mission-img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
  }
  [data-aos] {
  min-height: 50px;
}

