.smallImgText {
    padding-top: 10px;
}
.smlImgDiv1 {
    font-size: 8pt;
    padding-top: 15px;
}
.smallImgAnchor {
    color: #002878;
    font-size: 12pt;
    padding-top: 7px;
}
.paddedli {
    padding-top: 4px;
    padding-bottom: 4px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.no-padding{
  padding-left:0;
  padding-right:0;
}