How can I display the 'Add to Cart' button next to the amount?

Hi there,

I wanna display the Add to cart button (Warenkorb) right next to the amount: https://taneraskin.com/products/keratosis-pilaris-body-cream

Can somebody help me?

Best,

Isa

@isabellemaria add below css into base.css file

@media (min-width:1024)
{
product-form.product-form {
    position: absolute !important;
    top: 150px !important;
    right: 150px !important;
}
}