#HoiClientLinking.Collapsed {
  max-height: 0;
  text-align: center;
  width: 100%;
}

#HoiClientLinking {
  overflow: hidden;
  padding: 20px;
  text-align: center;
  width: 100%;

  -webkit-transition: max-height 0.6s;
  -moz-transition: max-height 0.6s;
  -o-transition: max-height 0.6s;
  transition: max-height 0.6s;
}

#HoiClientLinking > h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

#HoiClientLinking > .ClientLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#HoiClientLinking > .ClientLinks > a {
  margin: 10px 20px;
}

#HoiClientLinking > .ClientLinks > a > img {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

