.notifyBG {
    background: #fbc02d;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 2px;
}
.notifyBG a, .notifyBG a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
}
.notifyBG img {
    margin-top: 5px;
    width: 11px;
    height: 10px;
}


@media (max-width: 576px) {
    .notifyBG a:first-of-type {
        width: 93%;
        display: inline-block;
        text-align: left;
        font-size: 10px;
        line-height: 14px;
        margin-top: 6px;
    }
}