
.breaking-news {
   
}

.breaking-news h3 {
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #fff;
    font-family: Helvetica;
    text-transform:UPPERCASE;
}

.breaking-news a:link {
    color: #fff;
}

.breaking-news a:hover {
    color: #fff;
    -webkit-transition: color .2s;
}
.breaking-news a:visited {
    color: #fff;
}
.breaking-news span {  background: #04044c;
  padding: 6px;
}

@media (min-width: 768px) {

   .breaking-news h3  {
        line-height: 18x;
        font-size: 16px;
        font-weight: 600;
    }