.reasons {
  padding: 24px 0;
}

.reasons__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.reasons__item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 220px;
  min-width: 220px;
}

.reasons__icon-container {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reasons__icon {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.reasons__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}