.lpa-product-attributes {
  grid-gap: 0.5rem;
}

.lpa-product-attributes img {
  max-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
}

@media screen and (min-width: 768px) {
  
  .lpa-product-attributes img {
    max-width: 3.5em;
    width: 3.5em;
    height: 3.5rem;
  }
  
}