.product__info-icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 45px;
}

.product__info-icons .info-icon-col {
  width: calc(100% / 3 - 35px);
}

.product__info-icons .info-icon-col img {
   width: 100%;
 }