  .mod-articlesnews-horizontal {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
  }
.newsflash-image{
margin:0px;
}
.newsflash-image img{
    border-radius:10px;

}
 .newsflash-content{

}
.newsflash-title{
    font-weight:bold !important;
}
.wf-column ul {
  margin:0 0 10px 0 !important;

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    .newsflash-horiz{
    padding:0 10px 0 10px;
    }
   
    .mod-articlesnews-horizontal {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(100%,1fr));
  }
}


