.journey {
  padding: 4.375rem 0 16.25rem;
}
.journey .section-top {
  margin-bottom: 3.75rem;
}
.journey .section-title span::before {
  top: -1.5625rem;
  left: -3.375rem;
  right: -2.1875rem;
  height: 4.8125rem;
  -webkit-transform: rotate(-3.2deg);
  -ms-transform: rotate(-3.2deg);
  transform: rotate(-3.2deg);
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 447 78" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M223.275 0.5C284.911 0.500019 340.7 4.82504 381.069 11.8125C401.258 15.3069 417.565 19.4629 428.814 24.0664C434.441 26.3691 438.773 28.7727 441.69 31.2402C444.612 33.7113 446.05 36.189 446.05 38.6465C446.05 41.1041 444.612 43.5826 441.69 46.0537C438.773 48.5212 434.441 50.924 428.814 53.2266C417.565 57.83 401.258 61.987 381.069 65.4814C340.7 72.4689 284.911 76.7939 223.275 76.7939C161.639 76.7939 105.85 72.4689 65.4814 65.4814C45.2929 61.987 28.9845 57.8301 17.7354 53.2266C12.1088 50.924 7.77655 48.5212 4.85938 46.0537C1.93795 43.5826 0.5 41.1041 0.5 38.6465C0.5001 36.189 1.93806 33.7113 4.85938 31.2402C7.77659 28.7726 12.1085 26.3691 17.7354 24.0664C28.9845 19.4629 45.2929 15.3069 65.4814 11.8125C105.85 4.82506 161.639 0.5 223.275 0.5Z" stroke="black" /%3E%3C/svg%3E');
}
.journey__items {
  counter-reset: item;
}
.journey__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: item;
}
.journey__item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.625rem;
  height: 4.6875rem;
  border-radius: 0.5rem;
  background-color: var(--grey);
  color: var(--white);
  -webkit-text-stroke: 1px var(--white);
  margin-right: 1.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.journey__item-number::before {
  content: counter(item);
}
.journey__item-title {
  font-family: var(--font-kharkiv);
  font-size: max(1.5rem, 12px);
  line-height: 100%;
  margin-right: 1.5625rem;
  -webkit-text-stroke: 1px var(--black);
}
.journey__item-arrow {
  width: 6.25rem;
  height: 2.0625rem;
  margin: 0 1.25rem 0 auto;
}
.journey__item-arrow > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.journey__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-kharkiv);
  font-size: max(1.5rem, 12px);
  line-height: 100%;
  padding: 1.5625rem 1.125rem;
  border: 1px solid var(--black);
  border-radius: 0.5rem;
  background-color: #e4dfc4;
  -webkit-text-stroke: 1px var(--black);
  max-width: 34.75rem;
  width: 100%;
  text-align: center;
}
.journey__item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .journey {
    padding-bottom: 205px;
  }
  .journey .section-subtitle {
    padding-bottom: 25px;
  }
  .journey .section-title span::before {
    top: -12px;
    left: -25px;
    right: -20px;
    height: 50px;
    -webkit-transform: rotate(-2.6deg);
    -ms-transform: rotate(-2.6deg);
    transform: rotate(-2.6deg);
  }
  .journey__item-number {
    width: 45px;
    margin-right: 12px;
  }
  .journey__item-title {
    font-size: 14px;
    margin-right: 12px;
    width: 33%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .journey__item-text {
    font-size: 14px;
    padding: 24px 16px;
    width: calc(67% - 45px);
  }
  .journey__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=journey.css.map */
/*# sourceMappingURL=journey.css.map */