.cx.cx_shortcode.cx_cx_icon_box.cx_zico_cx_icon_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.cx.cx_shortcode.cx_cx_icon_box.cx_zico_cx_icon_box .icon-box-icon {
  text-align: center;
  margin-bottom: 15px;
}

.cx.cx_zico_cx_icon_box .icon_box_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cx.cx_zico_cx_icon_box .icon_box_wrapper .icon-box-icon {
  padding: 7px 22px;
  background-color: var(--white-50);
  border:1px solid var(--grey-48);
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px #0A0D120D inset;
  max-width: max-content;
}

.cx.cx_zico_cx_icon_box .icon_box_wrapper .icon-box-icon i {
  font-size: 40px;
}

.cx.cx_zico_cx_icon_box .icon_box_wrapper .icon-box-content {
  margin-top: 1rem;
}

/*move it to animate.css*/
div#how-it-work-icon-list .icon-box-icon i,
div#how-it-work-icon-list .icon-box-icon {
  animation-duration: 20s;
  animation-iteration-count: infinite;
  position: relative;
}

div#how-it-work-icon-list .elementor-column:nth-child(1) .icon-box-icon i {
  animation-name: how_it_work_icon_i_animatation_1;
}
div#how-it-work-icon-list .elementor-column:nth-child(1) .icon-box-icon {
  animation-name: how_it_work_icon_animatation_1;
}

div#how-it-work-icon-list .elementor-column:nth-child(2) .icon-box-icon i {
  animation-name: how_it_work_icon_i_animatation_2;
}
div#how-it-work-icon-list .elementor-column:nth-child(2) .icon-box-icon {
  animation-name: how_it_work_icon_animatation_2;
}

div#how-it-work-icon-list .elementor-column:nth-child(3) .icon-box-icon i {
  animation-name: how_it_work_icon_i_animatation_3;
}
div#how-it-work-icon-list .elementor-column:nth-child(3) .icon-box-icon {
  animation-name: how_it_work_icon_animatation_3;
}

div#how-it-work-icon-list .elementor-column:nth-child(4) .icon-box-icon i {
  animation-name: how_it_work_icon_i_animatation_4;
}
div#how-it-work-icon-list .elementor-column:nth-child(4) .icon-box-icon {
  animation-name: how_it_work_icon_animatation_4;
}
