.new-payment-icons{
 display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; 
}
.new_payment_icon{
  width:36px;
  height:24px;
}
@media only screen and (min-width:768px){
  .product__block  .product__submit__item.btn--black{
    display:none !important;
  }
  .product__submit__buttons--inline{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}