.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #1F3667
   color: white!important;
}

.flex-container > div {
  background-color: #1F3667
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

h3{
	    font-size: 1.2rem !important;
}

