
.ticker {
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    margin: 0 auto;
}
.news {
    width: 69%;
    background-color: rgba(13, 17, 40, 0.70);
    padding: 0 2%;
}
.title {
    width: 31%;
    background: rgba(13, 17, 40, 0.90);
    position: relative;
    font-size: 11px;
}
.title:after {
    position: absolute;
    content: "";
    top: 0;
}
.title h5 {
    font-size: 22px;
}
.title span {
    margin-right: 10px;
}
.title a {
color: white;
}
.title a:hover {
color: orange;
text-decoration: none;
}

.title .followTickerIcon {
color: white;
}
.title .followTickerIcon:hover {
color: orange;
}
.news marquee {
    font-size: 16px;
    color: white;
}
#pMrq
{
    padding-top: 5px;
}

@media screen and (max-width: 850px) {.title {font-size: 11px;
}.news marquee {
    font-size: 14px;
}

.title
{
    text-align: center;
}
.hideMob
{
    display: none;
}
/*.title span {
    color: #56ab2f;
    display: inline-block;
    background: #ff5e13;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    margin-right: 15px;
}*/
.ticker {
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    margin-bottom: 15px;
}
}