.catalog{
    padding-top: 120px;
}
.catalog__title {
  padding-bottom: 95px;
  background-image: url("../../images/bass/catalog_intro.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 95px;
}

@media screen and (max-width: 1531px){
    .catalog{
    padding-top: 160px;
}
}

@media screen and (max-width: 1150px){
.catalog{
    padding-top: 150px;
}
}
@media screen and (max-width: 1120px){
.catalog{
    padding-top: 120px;
}
}
.catalog__title h1 {
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 43px;
  position: relative;
  z-index: 1;
}
.catalog__title h1 span {
  position: relative;
}
.catalog__title h1 span img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.catalog__title p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .catalog__title h1 {
    font-size: 38px;
  }
  .catalog__title p {
    font-size: 24px;
  }
}
@media screen and (max-width: 670px) {
  .catalog__title h1 {
    font-size: 32px;
  }
  .catalog__title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .catalog__title h1 {
    font-size: 24px;
  }
  .catalog__title p {
    font-size: 16px;
  }
}/*# sourceMappingURL=catalog__title.css.map */