
    
* {
  box-sizing: border-box;
}

.news-container {
  display: flex;
  flex-direction: row;
  text-align: center;
   height:600px;

}


/* Responsive layout - makes a one column-layout instead of two-column layout */

@media (max-width: 1024px) {
  .news-container {
    flex-direction: column;
   height: auto;
  }
}


    .news_content {
    width: 50%;
    column-gap:10px;
    float: left;
    padding:10px;

    padding-bottom:10px;
    display:flex;
    flex-flow: column-reverse wrap;
  
     
}

.ng-row {
    clear: both;
}
.left-column {
width: 333px;
float: right;
clear: none;
}

.cat_label {
 /*  background-color: #DC143C;  *//* Green */
 
font-weight:bold;

  color: #000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.post_title
{
 font-size:20px;   
}

.news_read_more
{
margin-top:20px;
  background-color: #DC143C; 
color:#fff !important;
border:2px groove #dc143c;
font-weight:bold;
 border-radius: 10px;
padding:5px  15px 5px 15px!important;
margin-top:5px;


}

.news_read_more:hover {
 background-color: #DC143C; 
color:#fff !important;
border:2px groove #dc143c;
font-weight:bold;
  border-radius: 10px;
padding:10px  15px 10px 15px!important;

}



	
@media screen and (max-width:1024px) {
    .news_content {
    width: 100%;
    column-gap:10px;
    float: left;
    padding:10px;
    padding-bottom:10px;
    display:flex;
    flex-direction: column; 
    height:auto;
   
}
}
