.paralegal th, .paralegal td {
  border-top: 0px solid #ddd;
}
table.table.paralegal {
    width: 75%;
    margin: 0 auto;
}
  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
    background-color: transparent;
    border: none;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.pr-3 {
    padding-right: 1rem !important;
}
.step {
    width: 64px;
    height: 64px;
    font-size: 32px;
    border-radius: 50%;
    border: 2px solid #efefef;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

 #divisionInfo ol {
    list-style-type: none;
    counter-reset: item;
  }
 #divisionInfo ol li {
    counter-increment: item;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #divisionInfo ol li::before {
    content: counter(item);
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #efefef;
    margin-right: 20px;
    display: inline-block;
  }
  #divisionInfo ol li div {
    flex: 1;
  }
#divisionInfo h6 {
    line-height: 14px;
    margin: 0 0 5px 0;
}
.table.paralegal p {
    line-height: 14px;
}.table.paralegal img {
    margin-bottom: 5px;
}
div#fbcontainer {
    margin-bottom: 30px;
}
