
.linkList-flex ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.linkList-flex li{
  width:255px;
  height:90px;
  margin-right: 17px;
  margin-bottom: 15px;
}
.linkList-flex li img{
  width:100%;
}


@media screen and  (max-width: 767px){
  .linkList-flex{
    margin: 0 auto;
    width: 80%;
  }
  .linkList-flex ul {
    text-align: center;
}
  .linkList-flex li img{
    width:auto;
  }
}
