/* ---------List Articles----------- */

.list-articles .thumbnail {
  padding: 0;
  margin-bottom: 40px;
  background-color: #ffffff;
  border: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.04);
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.05);    
}

.list-articles .thumbnail img {
  border-radius: 15px 15px 0 0;
}


@media (min-width: 768px) and (max-width: 991px), (min-width: 1200px){
  .list-articles .col-lg-6 .thumbnail {
    min-height: 205px;
  }
}

.list-articles  .thumbnail .caption {
  padding: 0;    
}

.list-articles .thumbnail  a {
  text-decoration: none;
  display: block;
}

.list-articles  .thumbnail .caption a {
  padding: 32px;
  font-size: 24px; color: #263238;
  line-height: 1.16667;
  font-weight: 700;
}

.list-articles .thumbnail:hover .caption a{
  color: #888; 
}