#send {
    max-width: 900px;
    margin: auto;
}

#send {
    max-width: 900px;
    margin: auto;
    padding: 40px 20px;
}

#sendTitle {

}

#sendPlan {
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 30px 20px;
    background-color: white;
    max-width: 350px;
    margin: 0 auto 40px;
}

#sendPlanCircle {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red);
    border-radius: 50%;
}

#sendPlanCircleLogo {
    width: 30px;
    height: auto;
    color: white;
}

#sendPlanTitle {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 12px;
}

#sendPlanPrice {
    font-size: 19px;
    margin-bottom: 15px;
}

#sendPlanDescription {
    font-size: 15px;
    margin-bottom: 15px;
}

#sendPlanLink {
    color: #999999;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 500;
}

#sendForm {

}

#sendPaymentElement {
    margin-bottom: 20px;
}

#sendFormLegal {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 20px;
}