.niches_title h2 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.niches_title {
  padding-left: 20px;
  padding-right: 20px;
}

.niches_title h2 span {
  color: #FF1084;
}

.niches_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.niches_addons_swiper {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.niches_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

.niches_inner_swiper {
  overflow-x: auto;
  white-space: nowrap;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.niches_inner_swiper::-webkit-scrollbar {
  display: none;
}

.niches_inner_swiper:active {
  cursor: grabbing;
}

.niches_addons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

.niches_addons_info {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #31466D;
}

.dark_mode .niches_inner_title {
  color: #fff;
}

.light_mode .niches_addons_info {
  color: #ABABAB;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .niches_title h2 {
    font-size: 21px;
  }
  .niches_inner_title {
    font-size: 17px;
  }
  .niches_addons_info {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .niches_title h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .niches_inner_block img {
    max-width: 40px;
    width: 100%;
    height: 40px;
    object-fit: contain;
  }
  .niches_title h2 {
    font-size: 18px;
  }
  .niches_inner_title {
    font-size: 16px;
  }
}