.h2-hp
{
    font-size: 12px;
    color: var(--themecolor);
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: 0px;
}

.pakiety div {
    width: 100%;
    text-align: center;
  }
  .pakiet-header {
    color: white;
    font-weight: bold;
    font-size: 28px;
    padding: 10px;
    background-color: #2d72b7;
    text-transform: uppercase;
  }
  .pakiet-body {
    margin-top: 10px;
    min-height: 100px;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: rgba(0, 0, 0, 0.5);
  }

  #ksiega-przychodow-txt
  {
    font-size: 30px !important;
  }
  .bottommargin-20
  {
    margin-bottom: 20px !important;
  }

  .line-1
  {
    line-height: 1;
  }

  #footer p
  {
    text-transform: uppercase;
  }

  #footer span
  {
    text-transform: uppercase;
  }

  @media (max-width: 576px)
  {
    .mobile-mb-30
    {
      margin-bottom: 30px;
    }
  }

