.news a {
  text-align: center;
  color: #333;
  background: white;
  box-shadow: 0 4px 40px 0 rgba(148, 148, 148, 0.2), 0 6px 20px 0 rgba(196, 196, 196, 0.19);
  padding: 25px;
  border-radius: 5px;
  font-size: 14px;
  color: dimgrey;
}
.news strong {
   margin:10px 0px 0px 0px;
   font-size:17px;
   padding-bottom: 5px;
   display: block;
   color: #0D3664;
}


.news img {
width: 500px;
height: 200px;
}
.news .tayang {font-size: 12px;}
.news  {grid-gap:20px;}

@media (max-width: 740px)
{
.news  {grid-template-columns:1fr;}
.news .lihatdetail {font-size: 10px;}
}
@media (min-width: 741px)
{
.news  {grid-template-columns:1fr 1fr 1fr;}

}
@media (min-width: 992px)
{

}
