Add custom CSS styl.icons {

  display: flex !important;

  flex-wrap: wrap !important;

  justify-content: center !important;

  align-items: center !important;

  gap: 2px !important;

  text-align: center !important;

}



/* Force icon image size */

.icons img {

  width: 85px !important;   /* 50% smaller size */

  height: 85px !important;

  object-fit: contain !important;

  display: block !important;


}