/* make the tagline match the (serif) font of the site title */
.font_lora_firasans .tagline {
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 20px;
}

.initiative-1 {
    background-color: #A81D3A;
}

.initiative-2 {
    background-color: #005A69;
}

.initiative-3 {
    background-color: #7f55a5;
}

.initiative-4 {
    background-color: #337BB7;
}

.initiative-5 {
    background-color: #28306C;
}

.wellness-diagram-container h2 {
    text-align: center;
}

.wellness-diagram-container hr {
    margin: 0 0 20px 0;
}

.wellness-initiative-group-1, .wellness-initiative-group-2 {
    display: flex;
}

.wellness-initiative-group-2 {
    margin-top: 20px;
}

.wellness-initiative-group-1 .wellness-initiative {
    width: 33%;
    text-align: center;
    padding: 20px;
    margin: 0 10px;
    color: #fff;
    border-radius: 5px;
}

.wellness-initiative-group-2 .wellness-initiative {
    width: 50%;
    text-align: center;
    padding: 20px;
    margin: 0 10px;
    color: #fff;
    border-radius: 5px;
}


.wellness-initiative-group-1 .wellness-initiative h3, .wellness-initiative-group-2 .wellness-initiative h3 {
    color: #fff;
}

@media (max-width: 950px) {
    
    .wellness-initiative-group-1, .wellness-initiative-group-2 {
        display: block;
    }
    
    .wellness-initiative-group-1 .wellness-initiative, .wellness-initiative-group-2 .wellness-initiative {
        width: 100%;
        margin: 20px 0 0 0;
    }
}
