.product-information.modul-aktualne {
    margin-bottom: 1.563rem;
  }

.product-information.modul-aktualne > .tabs {
    padding: 1.25rem 1.875rem;
    margin-top: 0rem;
    background: #fff;
  }
  .product-information.modul-aktualne #tab-content {
    overflow-y: auto;
    /* max-height: 425px; */
    max-height: 423.65px;
  }
  h1.h1.aktualne-tytul {
    text-transform: none;
  }

  @media (max-width: 992px) {
  .product-information.modul-aktualne #tab-content {
    overflow-y: auto;
    /* max-height: 425px; */
    max-height: fit-content;
  }
}

  @media (min-width: 993px) and (max-width: 1199px) {
    .product-information.modul-aktualne #tab-content {
      overflow-y: auto;
      max-height: 337.65px;
    }
  }