.News-article-image{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   justify-content: space-around;
   /* column-gap: 10px; */
   row-gap: 40px;


}
.News-article-image-i:hover{
    transform: scale(1.2);
}
.col-lg-12{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.media-images-link{
    padding: 20px;
}
