@media (max-width: 67.25em) {
    .Donation-Amount-Error {
        margin-top: 2em;
    }

    .Monthly label {
        height: 3.125em;
        display: flex; /* Make the label a flex container */
        justify-content: center; /* Horizontally center the text within the label */
        align-items: center;
    }

    .One-Time label {
        height: 3.125em;
        display: flex; /* Make the label a flex container */
        justify-content: center; /* Horizontally center the text within the label */
        align-items: center;
    }
}

@media (max-width: 63.625em) {
    .Donation-Amount-Error {
        margin-top: 3em;
    }
}

@media(max-width: 58em) {
    .DonationContent {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }
}

@media(max-width: 25em) {
    .DonationContent {
        margin-left: 0%;
        margin-right: 0%;
        width: 15.5em;
    }

    .US-Dollar-Warning {
        margin-left: 1em;
        margin-right: 1em;
    }
}
