/* finder-parts-title-h2 */
.finder-parts-title-h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 841px) {
  .finder-parts-title-h2 {
    font-size: 28px;
  }
}

.finder-parts-title-h2::before {
  content: '';
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 841px) {
  .finder-parts-title-h2::before {
    width: 40px;
    height: 40px;
  }
}

.finder-parts-title-h2.icon-fishing-spot::before {
  background-image: url(../../unique/img/icon_search_fishing-spot.svg);
}

.finder-parts-title-h2.icon-fishing-gear::before {
  background-image: url(../../unique/img/icon_search_fishing-gear.svg);
}

.finder-parts-title-h2.icon-list::before {
  background-image: url(../../unique/img/icon_search_list.svg);
}
