@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;
    }
}