.block__content .section-process-card-wrapper {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.block__content .section-process-card-wrapper .pre-title-text {
  background: #D9E9FF;
  padding: 0.3125rem;
  width: fit-content;
}
.block__content .section-process-card-wrapper .title {
  color: #022A5E;
}
.block__content .section-process-card-wrapper .description {
  color: #605F5F;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.block__content .section-process-card-wrapper .description ul {
  margin-left: 1.25rem;
}
.block__content .section-process-card-wrapper .icon {
  width: 13.875rem;
  height: 11.875rem;
}
.block__content .section-process-card-wrapper .icon img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=section-process-card.css.map */
