.blockquote-footer::before {
    content: "";
}

.blockquote {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.headingSection {
    padding: 3rem 3rem 1rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.headingSection h2 {
    font-size: 2.5rem;
    color: #1F3D2B;
}

.menuSection {
    padding: 0 4rem;
}

cite {
    font-size: 1rem;
    color: #AC8442;
}

.card-body {
    padding: 0 1rem;
}

.card-header {
    background-color: #1F3D2B;
    color: #F8F5F2;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}