.breaking-news {
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: #ffcd5a;
    box-shadow: inset 0 5px 5px 0 rgba(0,0,0,.2);
    margin: 0px;
    padding-top: 22px;
}
.breaking-news-font {
    font-family: Roboto,sans-serif;
    padding: 2px 10px;
                color: #062f6e;
                text-align: center;
                font-size: 1.25rem;
                font-weight: 400;
                line-height: 1.5;
                text-align: center;
}
.breaking-news-font a {
    color: #062f6e;
                font-weight: 600;
    text-decoration: underline;
}

.breaking-news-font a:hover {
    color: #4d5d88;
    font-weight: 600;
    text-decoration: underline;
}


