.catalog-title-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog-title {
  width: 100%;
  margin: 0px 0.8rem;
  padding: 1rem 0;
  background-color: rgba(0, 0, 0, 0.3);
}


