.list {
  margin-bottom: 0;
}
.list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #daecff;
}
.list__row:last-child {
  border-bottom: 1px solid #daecff;
}
@media (max-width: 900px) {
  .list__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list__header, .list__data {
  padding: 24px !important;
}
.list__header, .list__data, .list__text {
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  color: #2e2d28 !important;
}
.list__text {
  font-weight: 500;
  word-break: keep-all;
}
.list__text span {
  white-space: nowrap;
}
.list__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 240px;
  max-width: 240px;
  font-weight: 700;
  vertical-align: baseline;
  background-color: #f5faff !important;
}
@media (max-width: 900px) {
  .list__header {
    min-width: 100%;
    padding: 16px !important;
  }
}
.list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 500;
  vertical-align: middle;
  background-color: white !important;
}
@media (max-width: 900px) {
  .list__data {
    padding: 16px 16px 24px !important;
  }
}
.list__data--textImage {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.list__data--textImage-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
}
.list__title {
  margin-bottom: 48px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .list__title {
    margin-bottom: 40px;
    font-size: 26px;
  }
}