#content .wrapper-full #left {
    float: none;
    margin: 20px auto 0;
    display: inline-block;
    width: 73%;
}

.third-payment .formbox .summary_table .rtd #third {
    color: var(--pink-primary-color);
    font-weight: 700;
}

.not-pyl .stripe-pay-intent-form {
    background: white;
    padding: 10px 0;
}
.third-payment .paypal-button-custom {
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    #content .wrapper-full #left {
        width: 100%;
    }
}