@charset "utf-8";
/* CSS Document */

.card-header {
    font-size: 2rem;

}

@media screen and (max-width:575.98px){
#newsfeed .card-header {
    font-size: 1rem;
}
.list-group.list-group-flush .list-group-item strong {
    float: left;
}


}
