
.abm2-steps .abm2-step__num {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  padding: 0 !important;
  gap: 0 !important;
  line-height: 1 !important;
}
.abm2-steps .abm2-step__num i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  color: #e9f8ff !important;
  font-size: 20px !important;
  line-height: 1 !important;
  text-align: center !important;
}
.abm2-steps .abm2-step__num i::before {
  display: block;
  line-height: 1;
}
.abm2-steps .abm2-step__num span {
  display: none !important;
}
