.sunday-section {
    width: 80%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 10px;
}

.sunday-school-text {
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
}

.head-teacher-msg {
    font-size: 18px;
    font-weight: 700;
}

.para-one {
    display: flex;
    flex-direction: row;
}

.para-one-msg {
    font-size: 16px;
    line-height: 35px;
    padding-right: 5px;
}

.para-two {
    font-size: 16px;
    line-height: 35px;
    margin-top: 15px;
}

.para-two :first-child {
    margin-bottom: 10px;
}

.section-three {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 16px;
    line-height: 30px;
}

.section-three-left-side :first-child,
.section-three-right-side :first-child {
    font-size: 18px;
    font-weight: 700;
}

.section-five :first-child {
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}