#zwracać-uwagę,
#prawo-dotyczące,
#organizacje-wydające,
#dostawcy,
#zachęca,
#faq {
  max-width: 1280px;

  > div:has(> img) {
    width: 100%;
    max-height: 460px;
    border-radius: 12px;

    > img {
      width: 100%;
      height: 460px;
      object-fit: cover;
      border-radius: inherit;
    }
  }

  a.btn_svg > div {
    width: auto !important;
    height: auto !important;
    max-height: none !important;
  }

  a.btn_svg > div > img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
  }
}

#faq .accord__contaner {
  max-width: 1280px;
}

.btn_svg div:has(img) {
  height: auto;
}

.home {
  justify-content: space-between !important;
}
