.flex-container-ldrf {
  //padding:10;
  //margin: 10;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  min-width:100px;
  margin:0 auto;
}

.flex-item-ldrf {
  padding: 0px 10px 15px 10px;
  height: 100%;
  width:300px;
  margin-top:10px;
  line-height: 40px;
  color: black;
  font-size: 1em;
  text-align: center;
  background: #fff;
  border:1px solid #eae9e6;
}

span.flex-item-ldrf h3 {
font-size: 2em;

}

