.blog-main .blog-article .get-more {
    width: 95%;
    background: #ecf4fb;
    border: 1px dotted grey;
    border-radius: 8px;
    padding: 20px 20px 10px;
    margin-top: 15px;
  }
.blog-main .blog-article  .get-more h3 { margin-top: 0!important; }
  @media screen and (max-width: 550px) {
   .blog-main .blog-article .get-more { margin: 15px auto; }
  }

.blog-main .blog-article .steps_bullet {
    padding-left: 85px!important;
    list-style-type: none!important;
    counter-reset: ol-step-counter;
}

.blog-main .blog-article .steps_bullet ol li:before, .blog-main .blog-article .steps_bullet ul li:before {
    content: none;
}

.blog-main .blog-article .steps_bullet li {
    padding-bottom: 15px;
}

.blog-main .blog-article .steps_bullet li::before {
    color: #444;
    background-color: rgb(210 235 245);
    content: 'Étape ' counter(ol-step-counter) ':';
    counter-increment: ol-step-counter;
    font-weight: 700;
    margin-right: 8px;
    margin-left: -82px;
    border-radius: 25px;
    padding: 2px 8px;
}