.lc-associations__container {
  /* display: grid; */
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  grid-template-columns: repeat(5, 1fr);
  border: 8px solid rgba(199, 207, 216, 0.24);
  border-radius: 4px;
  padding: 80px 80px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
}

.lc-associations__item {
  display: grid;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.lc-associations__item img {
  max-width: 150px;
  max-height: 100px;
  width: auto;
  height: auto;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1200px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 900px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}
