.article-card__title,
.article-card__title:hover {
  font-size: 20px;
  margin-bottom: 12px;
  display: block;
  color: white;
}

.article-card {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.article-card__calendar-icon {
  width: 28px;
  height: 28px;
  margin: 0 8px 12px 0;
  padding: 6px 7px;
  border-radius: 14px;
  background-color: #83cbc8;
  font-size: 16px;
  text-align: center;
}

.article-card-thumbnail__src {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}

.article-card__body {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 30px;
  color: white;
  padding: 20px;
}

.article-card__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 35%,
    rgba(39, 39, 39, 0.8) 79%
  );
  z-index: 1;
  bottom: 30px;
}

.article-card__mask--hover {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 63%,
    rgba(39, 39, 39, 0.8) 63%
  ) !important;
}

.l-hot-article {
  padding: 120px 0;
}

.l-hot-article--green {
  background: rgb(232, 244, 246);
}

.l-article__row {
  margin: 44px 0 80px 0;
}
