.article {
  font-family: "Poppins", sans-serif;
}
.article__date {
  color: #b2b2b2;
  font-size: 11.5px;
  margin-bottom: 15px;
}
.article__title {
  font-weight: 600;
  font-size: 25px;
  color: #000;
  margin-bottom: 65px;
}
.article__intro {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  font-style: italic;
  margin-bottom: 65px;
}
.article__content {
  font-weight: 300;
  font-size: 14px;
  color: #4c4c4c;
  margin-bottom: 65px;
}
.article__tag {
  color: #60d300;
  font-weight: 500;
  font-size: 12px;
  margin-right: 4px;
  display: inline-block;
  text-decoration: none;
  line-height: 130%;
  transition: all 0.3s ease-in-out;
}
.article__tag:hover {
  color: #3c3c3b;
}
.tagLabel {
  font-family: "Poppins", sans-serif;
  border-radius: 25px;
  border: 2px solid #dadada;
  padding: 3px 15px;
  color: #1d1d1b;
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin-bottom: 11px;
  margin-right: 11px;
  transition: all 0.3s ease-in-out;
}
.tagLabel:hover {
  border-color: #1d1d1b;
}
