.collectionTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 6vh;
  padding-bottom: 6vh;
  font-size: 37px;
  line-height: 0.824em;
}
.collectionTitle_wrapper {
  padding-top: 6vh;
  width: 100%;
}
.collectionTitle-img {
  display: block;
  height: 0.824em;
  width: auto;
}
.collectionTitle-name {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 6px;
  margin: 0;
  background-color: #dfdfdf;
  font-weight: 600;
  font-size: inherit;
  line-height: 0.824em;
  height: 0.824em;
  max-height: 0.824em;
}
