Hi @bellevo ,
You can use this code snippet to adjust the space below the payment icons (just the icons below “Add to cart”)
.product__info-container .list.list-payment {
/* You can adjust this value according to your preference */
margin-bottom: 10px;
}