.product-mouse-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #F5F5F7;
  padding: 40px;
  gap: 50px 114px; }
  @media screen and (max-width: 768px) {
    .product-mouse-icons {
      gap: 25px 72px; } }

.image-grid {
  max-width: 180px; }
  .image-grid .image-block img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .image-grid {
      max-width: 90px; } }
