.collection-list-extended .collection-item__info h2{
  margin: 0px;
  line-height: normal;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
}

.collection-list-extended .collection-item__info.inside{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection-list-extended a:hover .collection-item__info.inside h2 span{
  text-decoration: underline;
  text-underline-offset: 5px;
}
