.collection-hero__inner {
   display: flex;
   flex-direction: column;
   padding-bottom: 20px;
}

.collection-hero__text-wrapper {
   display: flex;
   gap: 32px;
}

.collection-hero__title {
   margin: 0;
   font-size: 24px;
   font-weight: 700;
   line-height: 28px;
}