.elementor-253 .elementor-element.elementor-element-64fa6af .elementor-repeater-item-7bcd0d4 .swiper-slide-bg{background-color:#833ca3;}.elementor-253 .elementor-element.elementor-element-64fa6af .elementor-repeater-item-480326a .swiper-slide-bg{background-color:#4054b2;}.elementor-253 .elementor-element.elementor-element-64fa6af .elementor-repeater-item-1ff6c05 .swiper-slide-bg{background-color:#1abc9c;}.elementor-253 .elementor-element.elementor-element-64fa6af .swiper-slide{height:400px;transition-duration:calc(5000ms*1.2);}.elementor-253 .elementor-element.elementor-element-64fa6af .swiper-slide-contents{max-width:66%;}.elementor-253 .elementor-element.elementor-element-64fa6af .swiper-slide-inner{text-align:center;}.elementor-253 .elementor-element.elementor-element-d6a341f{--spacer-size:20px;}.elementor-253 .elementor-element.elementor-element-50ac2a6 > .elementor-widget-container{padding:15px 15px 15px 15px;}/* Start custom CSS for text-editor, class: .elementor-element-50ac2a6 */ol {
  counter-reset: section;
  list-style:none;
  margin:0;
  padding:0;
}
ol li {
  display:grid; /* added this */
  grid-template-columns:auto 1fr; /* auto for the bullet and 1fr for the content*/
  align-items:baseline; /* keep all the text aligned */
}
ol li > * {
  grid-column:2; /* all the content in the second column and keep only the bullet in the first*/
}
ol li:before {
  content: "";
  counter-increment: section;
  content: counters(section, ".") " ";
  margin-left: 4px;
  margin-bottom:3px;
  margin-right: 10px;
  padding: 4px 6px;
  background: skyblue;
  border: 2px solid skyblue;
  border-radius: 4px;
}
ol + li {
  margin-top: 6px;
}
}/* End custom CSS */