.trm-how-works {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  background: url(../img/statistics-bg.jpg);
  background-size: cover;
}

.trm-how-works .fo-block__quot-item {
  padding-top: 3.4rem;
}

.trm-how-works__statistic {
  font-size: 3.4rem;
  line-height: 116%;
  font-weight: 700;
  margin-bottom: 1.14rem;
}

.trm-how-works__statistic.green {
  color: #49D292;
}

.trm-how-works__statistic.yellow {
  color: #FCCF4D;
}

@media (max-width: 639px) {
  .trm-how-works {
    flex-direction: column;
    background: url(../img/statistics-bg-mob.jpg);
    background-size: cover;
    background-position: center;
  }
  
  .trm-how-works .fo-block__quot-item:first-child {
    order: 4;
  }

  .trm-how-works .fo-block__quot-item:nth-child(2) {
    order: 3;
  }

  .trm-how-works .fo-block__quot-item:nth-child(3) {
    order: 1;
  }

  .trm-how-works .fo-block__quot-item:nth-child(4) {
    order: 2;
  }

  .trm-how-works__statistic {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .trm-how-works .fo-block__quot-title {
    font-size: 2.125rem;
  }

  .trm-how-works .fo-block__half {
    padding-bottom: 6.5rem;
  }

  .hidden__xs {
    display: none;
  }
}
