.naglowek {
  color: #007063;
  font-weight: bold;
}

.produkt {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.07);
  margin: 10px 0px;
  width: 950px;
  border: 1px solid #A3C626;
}
.h-prod {margin: 4px 0px 4px 14px;}

.zdjecie-kontener {
  height: 470px;
}

.opis,
.zdjecie-kontener {
  width: 450px;
  max-width: calc(100vw - 50px);
  /* border: 1px solid #A3C626; */
  margin: 10px 10px 0px 10px;
}

.zdjecie {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2px;
  max-width: 100%;
  max-height: 468px;
}

@media (max-width: 980px) {

  .produkt,
  .tresc {
    max-width: calc(100vw - 40px);
    width: 490px;
  }

  .tresc {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}