
  .step_Header{
    margin-bottom: 1rem;
  }
  .step_HeaderCircle{
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #21A0E9 ;
  }
  .step_Heading{
    line-height: 1.1;
    margin: 0;
    text-align: center;
  }
  @media(max-width: 767px) {
    .step{
        margin-bottom: 1rem;
      }
  }