p{
    font-size: 24px;
    line-height: normal;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
    padding-bottom: 0;
}
h1.page_title{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: unset;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: normal;
}
.project-title{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: unset;
    font-size: 55px;
    font-weight: 700;
    color: #B8C8CD !important;
    text-decoration: underline;
    margin-bottom: 60px;
    text-transform: capitalize;
    display: block;
    line-height: normal;

}
.project-title:hover{
    color: #b2bdc0 !important;

}
.wp-block-image figure{
    margin-bottom: 40px;
}
.donate-button a{
    padding: 20px 100px;
    text-decoration: none !important;
    text-transform: capitalize !important;
}
.donate-button a:hover{
    background: #941221 !important;
}

@media(max-width: 1400px){
    h1.page_title, .project-title{
        font-size: 45px;
    }
    p{
        font-size: 20px;
    }
}

@media(max-width: 600px){
    h1.page_title, .project-title{
        font-size: 30px;
    }
    p{
        font-size: 16px;
    }
    .donate-button a{
        padding: 20px 50px;
    }

}