.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #e3ddd6;
  font-family: Montserrat, sans-serif;
}

.container {
  flex-flow: column;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 100px;
  display: flex;
}

.logo {
  margin-top: 50px;
}

.image {
  margin: 18px;
}

.menu-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading {
  text-align: center;
  font-family: Noto Serif, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.dane {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.sm {
  margin-top: 50px;
}

.image-2, .image-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

@media screen and (max-width: 479px) {
  .gallery-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


