.three-row-info {
  margin-top: 10px;
}

.three-row-info__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.three-row-info__row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.three-row-info__text {
  flex: 1;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
