

/* CSS from section stylesheet tags */
.craftmix-section {
  text-align: center;
}
.craftmix-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.craftmix-step {
  flex: 1 1 150px;
}