.news a {
    color: #A1A1A1;
}
.news strong {
     margin:10px 0px 0px 0px;
     font-size:20px;
     color: black;
     padding-bottom: 5px;
     display: block;
}



.news .tayang {font-size: 12px;}
.news  {grid-gap:20px;}


@media (max-width: 740px)
{
  .news  {grid-template-columns:1fr;}
  .news .lihatdetail {font-size: 10px;}
  .news img {
      width: 300px;
      height: 200px;
  }
}
@media (min-width: 741px)
{
  .news  {grid-template-columns:1fr 1fr;}
  .news img {
      width: 500px;
      height: 300px;
  }
}
@media (min-width: 992px)
{
    .news img {
        width: 700px;
        height: 300px;
    }
}
