.worship_section {
    background-color: #fff;
    padding: 10px 20px;
}



.worship_section h2,
p,
h1 {
    font-family: aller;
    font-size: 24px;
    color: #160200;
}



.leftSection p {
    text-align: justify;
    margin-bottom: 3% !important;
}

.donationContent img {
    width: 350px !important;
}

.donate a {
    margin-top: 4%;
    font-size: 25px;
    font-weight: bold;
    border-radius: 10px;
}
.donate a:hover
{
    background-color: #198754d4;
}



@media (max-width: 768px) {

    .worship_section {
        padding: 5px 10px;
    }

    .worship_section h1,
    h2,
    p {
        font-size: 20px;
    }
}