.news {
   
padding: 15px;
   
/* background: rgb(16 126 133); */
   
-webkit-appearance: none;
   
-moz-appearance: none;
   
appearance: none;
   
z-index: 9999;
   
position: relative;
}

.news-yazi{text-align: center;color: #fff;font-size: 15px;}

@media (max-width: 767px) {
.news-yazi {
   padding: 10px 0px;
  
}
}
.news .container p {
    color: #fff;
    font-size: 1.9rem;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
