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

.worship_section h1 {
    font-weight: bold;
    padding-top: 20px;
}

.worship_section h2 {
    background-color: #2e0201 !important;
    color: white !important;
    padding: 5px 0px;
    font-weight: bold;
}

.worship_section p {
    margin: 0px !important;
    padding: 0px !important;
}

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

@media (max-width: 768px) {

    .worship_section {
        padding: 5px 10px;
    }

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