.zrzutka {
      color: #111;
      padding: 4rem 1rem;
      font-family: 'century-gothic', sans-serif;
    }
    .zrzutka__title {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 2rem;
    }
    .zrzutka__info h3 {
      margin-bottom: .5rem;
      font-size: 32px;
    }
    .zrzutka__info p {
      line-height: 1.4;
      font-size: 25px;
      text-align: justify;
    }
    .zrzutka__info p  span{
        font-weight: bold;
    }
    .zrzutka__info i {
      margin-right: .5rem;
      color: #111;
    }
    .zrzutka__image {
      display: block;
      max-width: 100%;
      margin-top: 1.5rem;
    }
    .zrzutka__form {
      display: flex;
      flex-direction: column;
    }
    .zrzutka__form p {
      margin-bottom: 1rem;
    }
    .zrzutka__form input,
    .zrzutka__form textarea {
      width: 100%;
      padding: .5rem;
      margin-bottom: 1rem;
      border: none;
      outline: none;
    }
    .zrzutka__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;           /* odstęp między logo a tekstem */
  padding: 1.45rem 13.5rem;
  background: white;  /* kolor przycisku – możesz zmienić */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 50%;
  text-align: center;
  justify-content: center;
  margin-top: 1.5rem;
        border-radius: 25px;

}
.zrzutka__button img{
    height: auto;
}

.zrzutka__button:hover {
  transform: translateY(-9px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.zrzutka__logo {
  height: 1em;           /* logo będzie tej samej wysokości co tekst */
  width: auto;
  display: block;
}
.zrzutka__qr{
      max-width: 300px;}

    .zrzutka__image{
      max-height: 512px;
    }

    /* stack columns on mobile */
    @media (max-width: 576px) {
      .col-6 {
        grid-column: span 12;
      }
    }

    .zrzutka__box__qr{
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }

.qr__link {
      text-decoration: none;
      color: #d01b42;
      font-weight: bold;
      margin-top: 1rem;
    }

    .qr__link:hover {
      text-decoration: underline;
    }