.img-fluid {
  margin-bottom: 10px;
}

.article-list p {
  color: rgb(255,255,255);
}

@media (min-width: 768px) {
  .article-list .item .description {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
    color: rgb(255,255,255);
    padding-bottom: 10px;
    font-family: 'varela round';
  }
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

