.providentFund .top-row {
  border-bottom: 1px solid #ebeef5;
}
.providentFund .fr {
  margin-right: 12px;
}
.providentFund .flexBetweenCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

