.fact-figure-title {
  color: var(--bg-color);
  text-align: center;
  text-transform: capitalize;
}

.fact-figure-value {
  text-align: center;
}

.factFigure .divfactFigure{
  border-right: 1px solid #dee2e6 !important;
}
.factFigure .divfactFigure:last-child {
  border: none ;
}

.factFigure{
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2)!important;
}

.divfactFigure{
  color: var(--oxford-blue);
}
 .divfactFigure .fa-3x{
  color: var(--clr-secondary-700);
 }
