.page-heading h3{
    font-family: Montserrat-Medium;
/*     color: #484742; */
	    color: #000000;
    text-align: center;
    text-transform: capitalize;
}
.page-desc{
    width: 80%;
    margin: 0 auto; /* Centers the paragraph */
    text-align: center;
/*     color: #484742; */
	    color: #000000;
    font-family: Mercury Display Roman;
    font-size: 18px;
	line-height:1.75rem;

}
.donation-btns{
    width: 50%;
    margin: 30px auto;
}
.button{
    font-size: 25px;

/*     color: #484742; */
	    color: #000000;
/*     border: 1px solid #484742; */
	    border: 1px solid #000000;
    padding : 18px 41px;
    display: flex;
justify-content: center;

}
.button:hover{
    background-color: #3373b4;
    color: white;
}

