canvas#pie-chart {
    max-height: 550px !important;
}

.expenses-wrapper {
    padding-top: 60px;
    padding-bottom: 200px;
}

.preyer-title h4 {
    padding: 0 !important;
}

.preyer-timing-table {
    padding-top: 30px;
}

.rec-don.table-content {
    margin-top: 30px;
}

.preyer-title-box {
    background: var(--background);
    padding: 10px;
    text-align: center;
}

.preyer-title h4 {
    font-size: 34px;
    line-height: 44px;
    color: var(--text-color);
    text-align: center;
    padding-bottom: 10px;
}

.table-content table {
    border-collapse: collapse;
    caption-side: bottom;
}

.table-content table,
th,
td {
    border: solid 1px #000;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}

.table-content table thead tr th {
    color: #005C29;
}

.table-content table {
    width: 100%;
}

.table-content table tr td:first-child {
    color: #212121;
    font-weight: 600;
}

.donate-content {
    padding-bottom: 60px;
}

@media (max-width: 991px) {

    .expenses-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .phppot-container {
        margin-top: 70px;
    }

    .donate-content {
        padding: 0 !important;
        padding-bottom: 60px !important;


    }

}