.collection__title .title {
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
}

.collection__title .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
}
