body {
    font-family: 'Lato', san-sarif;
    line-height: 1.5;
    background: var(--light-color);
    /* Set "method-step-counter" to 0 */
    counter-reset: method-step-counter method-step-counterII method-step-counterIII;
  }


.methodstep2 {
    margin-top: 10px;
  }
  
  .methodstep2:before {
    /* Increment "my-sec-counter" by 1 */
    counter-increment: method-step-counterII;
    content: counter(method-step-counterII,decimal-leading-zero);
    float: left;
    /* margin-top: -5px; */
    margin-right: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
    /* font-family: Georgia, Times New Roman, Times, serif; */
    font-family:'Lato', san-sarif;
    font-size: 1.5rem;
    /* font-weight: 700; */
    line-height: 1;
    text-align: left;
  }
  
  .methodstep3 {
    margin-top: 10px;
  }
  
  .methodstep3:before {
    /* Increment "my-sec-counter" by 1 */
    counter-increment: method-step-counterIII;
    content: counter(method-step-counterIII,decimal-leading-zero);
    float: left;
    /* margin-top: -5px; */
    margin-right: 14px;
    margin-bottom: 0px;
    margin-left: 0px;
    /* font-family: Georgia, Times New Roman, Times, serif; */
    font-family:'Lato', san-sarif;
    font-size: 1.5rem;
    /* font-weight: 700; */
    line-height: 1;
    text-align: left;
  }