.horizontal-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.horizontal-list > * {
  align-items: center;
  border-radius: 0.5rem;
  box-shadow: 0 5px 20px rgba(116, 129, 146, 0.12),
    0 1px 3px rgba(116, 129, 146, 0.19);
  color: #748192;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  text-align: center;

  width: calc(25% - 2em);
  height: 170px;

  margin: 1em;
  padding: 10px;
}

.horizontal-list img {
  width: 100px;
}

.horizontal-list a {
  color: #444;
}

.img-tuto {
  width: 50px !important;
}
