.article-list {
  color: #313437;
  background-color: #c5badc;
  padding: 200px 0px;
}
.texthead {
  background-color: #7a55a3;
  padding: 20px 30px;
  color: white;
  border: 5px solid #38215b;
}
.article-list p {
  color: #7d8285;
}

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

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

.article-list .intro {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

.article-list .intro p {
  margin-bottom: 0;
}

.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 50px;
  text-align: center;
  /* background-color: #fff; */
  /* border: 2px solid #38215b; */
  padding-bottom: 50px;
}

.article-list .item .name {
  font-weight: bold;
  margin-top: 20px;
  color: inherit;
  margin-bottom: 20px;
}

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

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}
