.page-title-div {
    background-image: url(../img/information1.jpg);
    height: 200px;
    background-size: cover;
}

.page-title-div-background {
    background-color: rgba(209, 209, 209, 0.8);
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.page-title-div-background h1 {
    font-size: 45px;
    color: white;
    font-weight: 400;
}

.about-us-content-div {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.icons {
    font-size: 25px;
    color: rgb(42, 112, 225);
    margin-right: 10px;
}

.about-us-content-div h2 {
    font-weight: bold;
    color: rgb(124, 124, 124);
    font-size: 27px;
}

.about-us-content-div-data {
    padding-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px;
}

.about-us-content-div-data:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: rgba(202, 202, 202, 0.2);
    border-radius: 12px;
}

@media (min-width: 200px) and (max-width: 1000px) {
    .about-us-content-div-data {
        padding-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
        margin-bottom: 15px;
        border-radius: 12px;
    }
}


/* BANK INFO */
    .donation-div{
        background: rgb(2,0,36);
        background: linear-gradient(90deg, rgba(2,0,36,1) 35%, rgba(9,49,145,1) 98%); 
        height: 350px;
        margin-bottom: 50px;
        color: white;
    }
    .donation-div h2{
        font-weight: 700;
        font-size: 50px;
    }
    .donation-div p{
        font-size: 20px;
    }
/* END BANK INFO */

/* .post-active {
    display: block;
}

.post-inactive {
    display: none;
} */