.members__list {
  display: flex;
  flex-wrap: wrap;
}
.members__list-item {
  border: 1px solid #F6F2F2;
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  list-style: none;
  justify-content: center;
  flex: 0 0 33.3%;
}
@media only screen and (min-width: 992px) {
  .members__list-item {
    flex: 0 1 290px;
  }
}
.members__list-item img {
  height: auto;
}
@media only screen and (min-width: 992px) {
  .members__list-item img {
    height: 197px;
  }
}
.members__list-item a {
  display: flex;
  width: 100%;
  justify-content: center;
}
.members ul {
  margin-left: 0px;
  justify-content: left;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .members ul {
    text-align: left;
  }
}
