.article-col {
  padding-bottom: 30px;
}
.article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article .thumb {
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.article .category {
  margin-top: 13.5px;
}
.article .category a {
  text-decoration: none;
  color: #13213C;
  font-size: 12px;
  font-weight: bold;
  background: #E5E5E5;
  padding: 8px 15px;
  border-radius: 5px;
}
.article .middle {
  margin-top: 15px;
}
.article .middle a {
  text-decoration: none;
}
.article .middle .title {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: bold;
}
.article .middle .text {
  padding-top: 10px;
  color: #000;
  font-size: 13px;
}
.article .bottom {
  padding-top: 13.5px;
  margin-top: auto;
}
.article .bottom .button {
  width: 122px;
}