.ticker {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 30px;
}

.news {
    width: 88%;
    background: #fff;
    padding: 0 1.5%;
    height: 32px;
    color:red;
    border-bottom: 1px solid #c79297
}

.title {
    width: 12%;
    text-align: center;
    background: #dc3545;
    position: relative;
    height: 32px;
    color: #fff;
}

.title:after {
    position: absolute;
    content: "";
    right: -24%;
    border-left: 14px solid #dc3545;
    border-top: 16px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 16px solid transparent;
    top: 0px
}

.title h5 {
  font-size: 16px;
  margin: 5% 0;
}

.news marquee {
    font-size: 16px;
    margin-top: 3px
}

.news-content p {
    margin-right: 41px;
    display: inline
}
