/* Checkout style */

.checkout-page {
    margin-top: 200px;
}

@media screen and (min-width: 768px) {
    .checkout-page {
        margin-top: 18vh;
    }
}

.checkout-page .woocommerce-checkout #payment {
    border-radius: 0;
}