#bottom {
  color: #fff;
  background-color: #f3005a;
  padding-top: 12px;
  padding-bottom: 12px;
}

#header2 {
  text-align: center;
}

#article-1 {
  max-width: 860px;
  text-align: center;
}

#top_folage {
  width: 100%;
  height: 92px;
  z-index: 10;
  background-color: #fff;
  position: relative;
}

@media (min-width: 300px) {
  .h1, h1 {
    font-size: 8vw;
    color: #fff;
  }
}

.article-list {
  color: #313437;
  background-color: #fff;
}

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

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

.article-list .item {
  padding-top: 30px;
  text-align: center;
}

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

