/* ============================================
   9. PAGE: ABOUT US
   ============================================ */

/* About Us----------- */
p.donation-text:after{
    width: 0;
}
.donation-text{
    margin-bottom: 0 !important;
    padding-bottom: 1rem !important;
}
.paypal-donate-button{
    width: 200px !important;
    text-align: center;
    margin: auto !important;
    border: none !important;
    display: inherit; 
}
.aboutUs p,.aboutUs .applyForm{
    max-width:100ch;
}
.aboutUs p{
    text-align: justify;
}
.boardOfDirectors {
    margin: 2rem auto;
    border-collapse: collapse;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}
.boardOfDirectors td {
    padding: 1rem 2rem;
    vertical-align: top;
}
.boardOfDirectors td h3 {
    color: var(--logoBlue);
    margin-bottom: 0.5rem;
}
.boardOfDirectors td p {
    text-align: center;
}

.boardOfDirectors p:after{
    height:0;
}

/* ------------------- */

