/*
 * *
 * * Blog Page
 */
.c-blog-home-page {
  margin-bottom: 40px;
}


.c-blog__page-title {
  margin-bottom: 30px;
}


.c-blog__article-wrapper {
  border-bottom: 2px solid whitesmoke;
  margin-bottom: 20px;
}


.c-blog__article-thumb {
  display: none;
}


.c-blog__article-title {
  margin-bottom: 5px;
}


.c-blog__article-title-link {
  font-size: 20px;
  color: black;
}


.c-blog__article-date {
  margin-bottom: 5px;
  opacity: 0.7;
  font-size: 12px;
}


.c-blog__continue-reading-link {
  display: flex;
  margin-top: 5px;
  margin-bottom: 20px;
  color: black;
}

.c-blog__continue-reading-link:hover {
  text-decoration: underline;
}


.c-blog__article-list {
  padding: 0 5px;
}


