/* ================================================================
 * BLOK: Oferta z ikonami  (.milosc-offer-with-icons)
 * ----------------------------------------------------------------
 * Warianty liczby kolumn: .list-of-elements &.columns-3 / -4
 * ================================================================ */
.milosc-offer-with-icons .wrapper > .body-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 630px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.milosc-offer-with-icons .list-of-elements {
  padding-top: 60px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.milosc-offer-with-icons .list-of-elements.columns-2 .single-element {
  max-width: calc(50% - 30px);
  width: 100%;
}
@media (max-width: 767px) {
  .milosc-offer-with-icons .list-of-elements.columns-2 .single-element {
    max-width: 100%;
  }
}
.milosc-offer-with-icons .list-of-elements.columns-3 .single-element {
  max-width: calc(33.3333% - 30px);
  width: 100%;
}
@media (max-width: 767px) {
  .milosc-offer-with-icons .list-of-elements.columns-3 .single-element {
    max-width: 100%;
  }
}
.milosc-offer-with-icons .list-of-elements.columns-4 .single-element {
  max-width: calc(25% - 30px);
  width: 100%;
}
@media (max-width: 767px) {
  .milosc-offer-with-icons .list-of-elements.columns-4 .single-element {
    max-width: 100%;
  }
}
.milosc-offer-with-icons .list-of-elements .single-element {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.milosc-offer-with-icons .list-of-elements .single-element .single-element__icon {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .milosc-offer-with-icons .list-of-elements .single-element .single-element__icon img {
    max-width: 80px;
  }
}
.milosc-offer-with-icons .list-of-elements .single-element .single-element__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.milosc-offer-with-icons .bttn-container {
  width: 100%;
  margin-top: 48px;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */
