.tcl-statistics-by-motives {
  background: #f9f9f9;
  padding: 35px;
}
.tcl-statistics-by-motives__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tcl-statistics-by-motives__column {
  width: 50%;
}
.tcl-statistics-by-motives__column:first-child {
  padding-right: 35px;
}
.tcl-statistics-by-motives__column:nth-child(2) {
  padding-left: 35px;
}
.tcl-statistics-by-motives__heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 27px;
  color: #001d18;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .tcl-statistics-by-motives__heading {
    font-size: 18px;
  }
}
.tcl-statistics-by-motives__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.tcl-statistics-by-motives__detail:last-child {
  margin-bottom: 0;
}
.tcl-statistics-by-motives__detail span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #001d18;
}