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

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .article-list h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

@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';
  }
}

