@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap");
body {
  font-family: "PT Sans Narrow";
  color: #ededed;
}
.stages {
  display: flex;
}

.stage {
  padding: 8px;
  width: 25%;
  height: 240px;
  background: #1d1d1d;
}
.heading {
  /* background:green; */

  height: 30px;
  padding-top: 2px;
  overflow: hidden;
}

.heading span {
  display: block;
  font-size: 24px;
}

.heading span:nth-child(2) {
  color: #f39;
}
