@media (min-width: 768px) {
.custom_card {
width:300px;
}
}
.custom_card {
width:250px;
}
#news_links {
  text-decoration: none;
  margin:0 auto;
  color:#4C5157;
/*  text-transform: uppercase;*/
}
#news_links :hover {
  text-decoration: none;
  color:#3685EC;
  -webkit-transition: .5s all;
}
.news img{
  max-width:200px;
  max-height:200px;
}
.news a:hover{

}
#news_date{
font-size:12px;
}
