.logoGrid .item{
  max-height: unset;
}
.logoGrid .item img{
  height: 150px;
  width: 150px;
  object-fit: contain;
}
.logoGrid{
  justify-content: space-around;
}
@media screen and (min-width: 750px){
  .logoGrid .item img{
    height: 180px;
    width: 180px;
  }
  .logoGrid{
    justify-content: center;
  }
}