/* here add custom CSS */
.article-list .article {
  border: solid 1px #8bc7CC;
  border-radius: 20px 20px 20px 0px;
  }
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a:hover{
color: #262262;
}
.article-list .article .readmore a{
  color: #8bc7CC;
}
.article-list .article .readmore a:hover{
  color: #252525;
}
.article-list .article a{
  color: #262262;
}