.mod-articles-category-title  {
   font-size: 16px;
   line-height: 17px;   
   }
   
.category-module li {
   margin-bottom: 12px;
   }
   
   
#news .uk-section {
    padding-bottom: 70px;
    padding-top: 70px;
    margin-top: -70px;
    margin-bottom: -70px;
}



#tm-top .uk-container, #tm-top .container {
    max-width: 3000px;
     padding-left: 0px;
    padding-right: 0px;
}


#tm-main .uk-text-center {
    text-align: left !important;
    }
    
    
#tm-main * + .uk-margin-medium {
   margin-top: 1px !important;
   }
   
   
#tm-main .uk-margin-medium-bottom {
    margin-bottom: 6px !important;
}

#tm-main .uk-article {
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
    margin-top: 30px;
}


#tm-main p {
    margin: 0 0 8px;
}

.uk-article-title {
    color: #292929;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1;
}


.content-mobile {  
     display: none;  
}  

@media only screen and (max-width: 768px) {  
  .content-desktop {  
    display:none;  
  }  

  .content-mobile {  
    display:block;  
  } 
  
#news .uk-section {
    padding-bottom: 70px;
    padding-top: 70px;
    margin-top: -40px;
    margin-bottom: -70px;
}  
  
   
}
