.liRmBdr{
    border-bottom: 0px !important; 
    /* text-align: left!important; */
    /* margin-left: 250px; */
}
.border12{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    display: block;
    border: 3px solid #0B4F8C;
    padding: 27px 0;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
}

.container12 {
    display: flex;
    justify-content: center; /* Center the content horizontally */
  }
  
.list12 {
list-style-type: decimal;
padding: 0;
display: flex;
flex-direction: column;
align-items: flex-start; /* Align items to the left within the container */
}

.list12 li {
margin: 5px 0; /* Add spacing between list items */
}

.bottomBorder{
    border-bottom: 1px solid #ededed;
    padding-top: 20px;
}