.promo-block__holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 25px;
  border-radius: 32px;
  background: var(--fon-card);
}
.promo-block__tag {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 4px 8px;
  margin: 0 auto;
  color: var(--elementy-primary);
  background: rgba(48, 171, 50, 0.1);
  text-wrap: balance;
  text-align: center;
}
.promo-block__tag:not(:last-child) {
  margin-bottom: 12px;
}
.promo-block__tag-icon {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(2px);
}
.promo-block__title {
  text-wrap: balance;
  text-align: center;
}
.promo-block__title:not(:last-child) {
  margin-bottom: 12px;
}
.promo-block__text {
  text-wrap: balance;
  text-align: center;
}

@media (max-width: 991px) {
  .promo-block__holder {
    padding: 30px 25px;
  }
}
@media (max-width: 575px) {
  .promo-block__holder {
    padding: 20px 15px;
  }
}/*# sourceMappingURL=block.css.map */