.news-showcase {
  width: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: var(--lg);
  margin-bottom: var(--md);
  gap: var(--xs);
  border-bottom: 1px solid var(--slate-400);
}

section a:last-of-type .news-showcase {
  border-bottom: none;
}

.news-showcase img {
  object-fit: cover;
}

.new-title {
  display: flex;
  flex-direction: row;
  gap: var(--md);
  justify-content: space-between;
  align-items: flex-start;
}

.new-title .typo-card-title {
  width: 100%;
}

.news-showcase .icon {
  display: flex;
  justify-content: flex-end;
  width: 24px;
  height: 24px;
}

.icon svg {
  stroke-width: 1px;
}
