.news {
   
padding: 5px;
   
background: #C0C0C0;
   
/* background: linear-gradient(90deg, rgb(13 118 126) 0%, rgb(39 183 185) 40%, rgba(15,180,199,1) 100%); */
   
-webkit-appearance: none;
   
-moz-appearance: none;
   
appearance: none;
    margin-bottom:10px;

}
.news .container p {
    color: #333;
    font-size: 17px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
