.tcl-article-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-article-preview__image {
  margin-bottom: 20px;
}
.tcl-article-preview__category, .tcl-article-preview__sub-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  font-family: "Heebo";
  letter-spacing: 1px;
}
.tcl-article-preview__sub-title {
  margin-bottom: 20px;
}
.tcl-article-preview__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .tcl-article-preview__title {
    font-size: 24px;
  }
}
.tcl-article-preview__short-description {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .tcl-article-preview__short-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.tcl-article-preview__button {
  font-family: "Heebo";
  font-weight: 500;
  background-color: #1d1d1b;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  padding: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
}
.tcl-article-preview__button:hover {
  background-color: #989772;
}