.article-list {
  color: #313437;
  background-color: #fff;
  margin-bottom: 50px;
}

.article-list p {
  color: #7d8285;
}

.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 .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

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

.article-list .articles {
  margin-bottom: 0px !important;
}

.article-list .item {
  padding-top: 50px;
  min-height: 425px;
  text-align: left;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
  text-align: center;
}

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

.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;
}

.head-blue {
  background-color: rgb(54,119,183);
  color: white;
}

.img-fluid.elohead {
  margin-right: 13px;
}

.elo-blue {
  color: rgb(54,119,183);
}

.elo-red {
  color: rgb(222, 35, 52);
}

.elo-orange {
  color: rgb(249, 175, 0);
}

.head-red {
  background-color: rgb(222, 35, 52);
  color: white;
}

.head-orange {
  background-color: rgb(249, 175, 0);
  color: white;
}

.elo {
  margin: 0px;
  margin-bottom: 10px;
  display: block;
  font-size: 27px;
  color: #ff0000;
}

