.production-stage-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  background-color: rgb(247, 248, 250);
}

.production-stage-card h1 {
  margin: 0;
  padding: 0 0 40px 0;
  font-size: 30px;
  line-height: 52px;
  text-align: center;
  color: #262627;
}

.production-stage-card .row {
  display: flex;
  flex-wrap: wrap;
}

.production-stage-card .production-stage-card-list__item {
  display: flex;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 20px 30px 28px;
  background-color: #ffffff;
}

.production-stage-card .production-stage-card-list_item-img {
  width: 32px;
  height: 32px;
  margin-right: 30px;
}

.production-stage-card .production-stage-card-list_item-doc {
  flex: 1;
}

.production-stage-card .production-stage-card-list_item-doc h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 36px;
  color: #262627;
}

.production-stage-card .production-stage-card-list_item-doc p {
  font-size: 14px;
  line-height: 26px;
  color: #73777a;
}