section.donate {
    text-align: center;
    margin: 0 auto;
}

section.donate h1 {
    padding: 1em;
    color:rgba(192,56,116,1);
    border-bottom:2px dashed rgba(192,56,116,1);
    width: 30%;
    text-align: center;
    margin: 0 auto;
}
section.donate p {
    color:rgba(192,56,116,1);
    font-size: 20px;
    margin: 0 auto;
    max-width: 1000px;
    line-height: 2;
    padding: 2em;
    font-style: italic;
}

section.donate img {
    width: 400px;
    
}