.about-history-pattern {
  padding: var(--section-padding-y-60) 0;
}
.about-history-pattern__pill {
  margin: 0 0 24px;
}
.about-history-pattern__title {
  line-height: 1.2;
  margin: 0 0 24px;
}
.about-history-pattern__lead {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 24px;
}
.about-history-pattern__steps {
  gap: 24px;
  margin: 0;
}
.about-history-pattern__step {
  border: 1px solid var(--line-color);
  border-radius: 18px;
  height: 100%;
  min-height: 100px;
  padding: 14px 24px;
}
.about-history-pattern__step-number {
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1;
}
.about-history-pattern__step-label {
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.about-history-pattern__card {
  border: 1px solid var(--line-color);
  border-radius: 24px;
  box-shadow: 0 18px 24px rgba(5, 20, 26, 0.05);
  margin-left: auto;
  padding: 48px;
  height: 100%;
}
.about-history-pattern__accent {
  border: 0;
  border-radius: 999px;
  height: 4px;
  margin: 0 0 24px;
  opacity: 1;
  width: 72px;
  min-width: 72px;
  max-width: 72px;
  padding: 0 !important;
  background: currentColor;
}
.about-history-pattern__card-title {
  line-height: 1.2;
  margin: 0 0 32px;
}
.about-history-pattern__card-text {
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 991px) {
  .about-history-pattern__card {
    margin-left: 0;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .about-history-pattern__card {
    padding: 32px 24px;
  }
  .about-history-pattern__step {
    padding: 16px;
  }
  .about-history-pattern__steps {
    gap: 16px;
  }
}

/*# sourceMappingURL=about-history.css.map */
