/* Add content to styling for individual widgets */
.article-card.featured {
    background-color: rgb(124, 0, 51) !important;
}
.article-card, .c-search{
    background-color: rgb(246, 246, 244) !important;
}
.c-search__button{
    background-color: #e10e55 !important;
}
.c-search__heading h2 { 
    color: #e10e55 !important;
}
