:root {
    --insightgrey: #585450;
}
.sponsored-flag {
    color: var(--insightgrey);
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
/* Please follow and use the bootstrap media breakpoints:  https://getbootstrap.com/docs/4.3/layout/overview/  */
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}
@media (min-width: 1200px) {

}
