.contactum-help-page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.contactum-help-page * {
  box-sizing: border-box;
}
.contactum-help-page .help-block {
  flex: 1;
  align-self: flex-start;
  min-width: 31%;
  max-width: 32%;
  border: 1px solid #ddd;
  margin-right: 2%;
  margin-bottom: 25px;
  border-radius: 3px;
  padding: 25px 15px;
  text-align: center;
  background: #fff;
}
.contactum-help-page .help-block:hover {
  background: #f9f9f9;
}
.contactum-help-page .help-block img {
  max-height: 70px;
}