.section-our-next-meeting {
    border: 4px solid #6B2976;
    border-radius: 20px;
    padding: 0 1rem 1rem 1rem;
    margin: 1rem 2rem;
}

.section-our-next-meeting > div {
    padding: 1rem;
}

.section-our-next-meeting .section-title {
    background-color: #6B2976;
    color: white;
    margin-top: 0;
    border-radius: 10px 10px 0 0;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -1rem;
    padding: 0.5rem 1rem;
}

.statistic {
    font-size: 1.2em;
    color: black;
    font-weight: bold;
}

.strongblack{
    color: black;
}