.scheme {
  padding-bottom: 30px;
  background: url("../img/public/pat.png");
}

.scheme-header {
  font-size: 42px;
  text-align: center;
  font-family: pf_agora_slab_proregular;
  text-transform: uppercase;
  color: #311f15;
  margin: 30px;
}

.scheme-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 150px;
}

.scheme-item:last-child {
  margin-right: 0;
}

.scheme-text {
  font-size: 18px;
  font-family: H_Light;
  text-align: center;
  color: #311f15;
  margin-top: 10px;
}

.arrow-down {
  background: url("../img/module-scheme/down.png");
  width: 55px;
  height: 68px;
  position: absolute;
  top: 80px;
  right: -60px;
}

.arrow-up {
  background: url("../img/module-scheme/up.png");
  width: 61px;
  height: 61px;
  position: absolute;
  top: -65px;
  right: -10px;
}

.scheme-item.second {
  margin-top: -50px;
}

@media (max-width: 960px) {
  .scheme .text-center img {
    width: 100%;
  }
  .mobile-block-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}
