.flatparent {
  display:flex;
  flex-direction:row;
}
.flat {
  -webkit-box-flex: 0;
  width: 20%;
  padding-right: 8px;
  padding-left: 8px;
  background-color:#fff;
}
.flat a {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  border: 1px solid #edeff2;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
  align-items: center;
  text-decoration:none;
  word-break: break-word;
}
.flat a img {
  height: 48px;
  width: 48px;
  min-width: 48px;
  font-size: 48px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #737880;
  line-height: 1;
}
.flattitle{
  line-height: 16px;
  min-height: 28px;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: center;
  align-items: center;
  color: #2e82d5;
  text-decoration:none;
  word-break: break-word;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
}