.b-story__img img {
  width: 480px;
}
/*.b-story .row {
  margin-left: -30px;
  margin-right: -30px;
}
.b-story .row > * {
  padding-left: 30px;
  padding-right: 30px;
}
*/
.b-story + .b-story {
  padding-top: 0 !important;
}

@media screen and (min-width: 992px) {
  .b-story__img img {
    width: 100%;
  }
}






.b-story__item {
  font-weight: 400;
  margin-top: 10vh;
  margin-top: calc(var(--vh, 1vh) * 5);
}
.b-story__item-text {
  line-height: 1;
  margin-bottom: 4vh;
  margin-bottom: 0;
  font-size: inherit;
}
@media screen and (min-width: 1200px) {
  .b-story__item-text{ font-size: calc(clamp(6em, 9vw, 12em) * 0.105);}
  .app.rtl .b-story__item-text{ font-size: calc(clamp(6em, 9vw, 12em) * 0.135);}
}
.b-story__item-number {
  margin-bottom: 2vh;
  margin-bottom: calc(var(--vh, 1vh) * 2);
  font-family: 'Oxen';
  font-size: calc(clamp(6em, 9vw, 12em) * 0.2);
  width: calc(clamp(6em, 9vw, 12em) * 0.22);
  height: calc(clamp(6em, 9vw, 12em) * 0.22);
  border: 2px solid currentColor;
  line-height: 1;
  padding-top: calc(clamp(6em, 9vw, 12em) * 0.03);
  border-radius: 100%;
}
.b-story__item-icon img {
  max-width: 320px;
  max-height: 235px;
}

@media screen and (min-width: 992px) {
  .b-story__item-icon img {
    max-width: 100%;
    max-height: 28vh;
    max-height: calc(var(--vh, 1vh) * 28);
  }
}

