.wp-block-cnb-bestfreeslots {
  background: #F5F8FA;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 35px;
  counter-reset: my-awesome-counter;
}
.wp-block-cnb-bestfreeslots .wp-block-cnb-bestfreeslot {
  counter-increment: my-awesome-counter;
}
.wp-block-cnb-bestfreeslots .wp-block-cnb-bestfreeslot:last-child {
  margin-bottom: 0;
}
.wp-block-cnb-bestfreeslots .wp-block-cnb-bestfreeslot::before {
  content: counter(my-awesome-counter, decimal-leading-zero);
  position: absolute;
  top: 25px;
  left: 25px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #25283D;
}
