.StepRowSection__row {
  align-items: center;
}

.WinnersSection__outer {
  width: 100%;
}

.WinnersSection__heading.WinnersSection__heading {
  font-size: 108px;
  line-height: 104px;
  letter-spacing: -0.02em;
  color: #151514;
  width: 100%;
  margin-bottom: 91px;
}

@media (max-width: 940px) {
  .WinnersSection__heading.WinnersSection__heading {
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 34px;
  }
}

.WinnersSection__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: Inter, sans-serif;
}

.OpencallsPage__nowrap {
  white-space: nowrap;
}

