.top-container .threequarter {
align-content:center;
}

.top-container {
    border-bottom: none;
}

div#content_column {
    padding: 0;
}

section.bottom-container {
    display: none;
}

div#ctl00_crumb_trail_container {
    display: none !important;
}

div#twentyfive_seventyfive-705909949 {
    margin-bottom: 0px !important;
}

/* Main container for the donation home section */
#donation_home .ui-card-container, 
#donation_home .details-drop {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: top;
    margin: 30px 0 0;
}

#donation_home .instruction-text {
    display: none;
}

#donation_home h1 {
    color: #000000;
    font-family: 'NotoSansRegular', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 45px;
}

#donation_home .ui-card {
    width: 45%;
}

#donation_home .ui-card-wrap {
    padding: 45px;
    border-radius: 0;
}

#donation_home .card-multiple-links {
    background: #2e56a3;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#donation_home .card-multiple-links a {
    color: white;
}

#donation_home .card-title a {
    font-size: 22px;
}

#donation_home {
    padding: 50px 0;
}
