@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
  
.ticker{
display: flex;
flex-wrap: wrap;
width: 100%;
height: 50px;margin: 0 auto;
}

    
.news{
    width: 84%;background: #075a3d;padding: 0 2%;
}
    
.title{width: 16%;text-align: center;background: #c81c1c;
    position: relative; padding-top: 10px;
}
    
    

        
.title h5{
    font-size: 18px;margin: 8% 0;
}

.news marquee{font-size: 18px;margin-top: 12px}
    
.news-content p{
    margin-right: 41px;
    
    display: inline;
    color: #fff;
}

.cus-tom{
    margin-top: 20px;
}

@media screen and (min-width: 425px) {
    img.moible {
        width: 100%; 
        height: 100px;
    }
    
  }