/* ===== Donate page specific CSS ===== */

.about-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-container h3 {
    max-width: 60%;
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 1.2rem;
}

.about-container p {
    text-align: center;
    width: 80%;
    
}