<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news
{
    width: 100%;
   
}
.news .title
{
    font-family: 'UTM-Swiss-Condensed';
    text-transform: uppercase;
    color: #b21f25;
    font-size: 30px;
    padding: 20px;
}
.content-news  {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto;
}
.news .item-news
{
    margin: 5px;
    position: relative;
}
.news .item-news .img-content
{
    line-height: 0px;
}
.news .item-news img
{
    width: 100%;
}
.news .item-news a
{
    text-decoration: none;
    color: #000;
    font-weight: normal;
}
.news .item-news .info
{
  padding: 7px 10px;
  background:rgb(255 204 0);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.slick-center .item-info .item-description
{
    color: #000;
}
@media screen and (max-width: 960px) {
    
}
@media screen and (max-width: 703px) {
    .news
  {
        width: 100%;
        /*background: #e4ebb8;*/
  }
  .news .title
  {
    color: #b21f25;
    font-size: 27px;
    text-align: left;
    padding-left: 0px;
  }
 
}
@media screen and (max-width: 603px) {
  
}
@media screen and (max-width: 460px) {
    
   .news .item-news
  {
    width: 98%;
  }
}</pre></body></html>