.flow-element .flow-section-row:last-child .flow-row:last-child .flow-bottom-h-line {
  display: none;
}
.flow-element .flow-row {
  position: relative;
  min-height: 300px;
  margin-bottom: 32px;
}
.flow-element .h-line {
  left: 12px;
  bottom: 0;
}
.flow-element .h-line.animated {
  width: calc(100% - 24px);
}
.flow-element .flow-section-title-wrapper {
  position: relative;
}
.flow-element .flow-section-title {
  position: sticky;
  top: 80px;
}
.flow-element .flow-icon {
  border-radius: 50%;
  border: 1px solid #9b8353;
  overflow: hidden;
  position: relative;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .flow-element .flow-icon {
    height: 50px;
    width: 50px;
  }
}
.flow-element .flow-icon img {
  max-width: 90%;
}
/*# sourceMappingURL=../../../dist/css/maps/elements/flow.css.map */
