.vb-benefits {
  width: 100%;
  background: #7f6252;
  color: #eeeae1;
  padding: 32px 20px;
}

.vb-benefits__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto auto;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
}

.vb-benefits__item {
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 220px;
  justify-content: center;
}

.vb-benefits__icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vb-benefits__img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.vb-benefits__text {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  color: #eeeae1;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.6px;
}

/* Mobile: 2 stulpeliai */
@media (max-width: 768px) {
  .vb-benefits {
    padding: 24px 20px;
  }
  .vb-benefits__inner {
    gap: 24px 24px;
    grid-template-columns: auto auto;
    justify-items: center;
  }
  .vb-benefits__item {
    min-width: 0;
    justify-content: flex-start;
  }
}
