.flow-two-block {
  display: inline-flex;
  justify-content: flex-start;
  margin-left: -32px;
}
.flow-two-block div:not(.number) {
  font-weight: normal;
}
.flow-two-block .plan-container {
  display: flex;
  align-items: stretch;
}
@media not screen and (max-width: 767px) {
  .flow-two-block {
    overflow: auto;
    scrollbar-color: #1c77a8, rgba(28, 119, 168, 0.3);
    /* Track */
    /* Handle */
    max-width: calc(100% + 32px);
  }
  .flow-two-block__container {
    text-align: center;
  }
  .flow-two-block::-webkit-scrollbar {
    background: rgba(28, 119, 168, 0.3);
    border-radius: 8px;
    height: 12px;
  }
  .flow-two-block::-webkit-scrollbar-track {
    border-radius: 8px;
  }
  .flow-two-block::-webkit-scrollbar-thumb {
    background: #1c77a8;
    border-radius: 8px;
  }
  .flow-two-block::before {
    content: "";
    min-width: 30px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .flow-two-block {
    flex-wrap: wrap;
  }
  .flow-two-block .plan-container {
    overflow: auto;
    scrollbar-color: #1c77a8, rgba(28, 119, 168, 0.3);
    /* Track */
    /* Handle */
  }
  .flow-two-block .plan-container::-webkit-scrollbar {
    background: rgba(28, 119, 168, 0.3);
    border-radius: 8px;
    height: 12px;
  }
  .flow-two-block .plan-container::-webkit-scrollbar-track {
    border-radius: 8px;
  }
  .flow-two-block .plan-container::-webkit-scrollbar-thumb {
    background: #1c77a8;
    border-radius: 8px;
  }
}
.flow-two-block__plan {
  position: relative;
  padding: 40px 0 0 0;
  border-radius: 0 0 10px 10px;
  margin: 16px 0 16px 40px;
  display: flex;
}
.flow-two-block__plan::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 30px;
  right: 0;
  height: 18px;
  border-top-right-radius: 10px;
}
.flow-two-block__plan h3 {
  position: absolute;
  margin-top: 0;
  top: 0;
  left: -30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}
.flow-two-block__plan__items {
  display: flex;
  background: white;
  padding: 30px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.flow-two-block__plan__items__item {
  width: 118px;
  flex: 0 0 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
}
.flow-two-block__plan__items__item .number {
  font-size: 18px;
}
.flow-two-block__plan__items__item h4 {
  font-size: 16px;
  text-align: center;
}
.flow-two-row-h4 .flow-two-block__plan__items__item h4 {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow-two-block__plan__items__item h4, .flow-two-block__plan__items__item .number {
  margin: 0;
}
.flow-two-block__plan__items__item > img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 8px 0;
}
.flow-two-block__plan__items__item p {
  font-size: 13px;
  margin-bottom: 0;
  text-align: left;
}
.flow-two-block__plan__items__item + .flow-two-block__plan__items__item {
  border-left: 2px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .flow-two-block {
    justify-content: flex-start;
    max-width: calc(100% + 32px);
  }
  .flow-two-block .plan-container {
    max-width: 100%;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .flow-two-block__plan__items {
    overflow: auto;
    max-width: 100%;
  }
}

/*# sourceMappingURL=flow-two-block.css.map */
