.fpBoxes{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 690px;
  margin: auto;
  flex-wrap: wrap;
  padding-bottom: 40px;

}
.fpBoxes a,
.fpBoxes a:hover{
  text-decoration: none;
}

.fpBoxes .box{
  padding: 15px;
  min-width: 200px;
}
.fpBoxes .title{
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}