.articles__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.article__wrapper {
  overflow: hidden;
  border-radius: 10px;
}

.article__link {
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none !important;
}
.article__link:hover {
  color: black;
}

.article__image {
  width: 100%;
  margin-bottom: 20px;
}

.article__title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: black;
}

.article__description {
  font-size: 14px;
  line-height: 20px;
}

.article__link-text {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  color: black;
}
