/* Tutaj jest miejsce na Twoje style */
.disclaimer {
  text-align: center;
  font-size: 14px;
  max-width: 860px;
  margin: 0 auto;
}

.footer {
  position: relative;
  margin-bottom: 48px;
}

.footer img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 32px;
}

.gfx {
  position: absolute;
  opacity: 0.6;
  overflow: hidden !important;
}

.container-md {
  margin: auto !important;
}

.container {
  margin: auto !important;
}

.gfx--1 {
  margin-top: 86px;
  top: 60vh;
  left: -264px;
  overflow: hidden !important;
}

.gfx--2 {
  right: -164px;
  margin-top: 186px;
  overflow: hidden !important;
}

.gfx--prod {
  opacity: 0.2;
  width: 100%;
  object-fit: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.2s linear;
  border-radius: 16px;
}

.packshot {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 64px;
}

.logo__item {
  max-width: 200px;
  max-height: 95px;
}

.logo-item-wrapper {
  gap: 1rem !important;
  display: flex !important;
  flex-wrap: wrap;
}