.section-list-collections .hero__content__wrapper{
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px;
}
.section-list-collections .collection-grid-item__title{
  width: fit-content;
}
.section-list-collections h2{
  font-size: clamp(24px, 2.5vw, 42px);
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  color: #494441;
}