#stocks-block .stocks__title {
  text-align: center;
}
#stocks-block .stocks__swiper {
  margin-bottom: 30px;
}
#stocks-block .stocks__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#stocks-block .stocks__bottom .nav-holder {
  margin-top: 0;
}
#stocks-block .stocks__btn {
  margin-left: auto;
  margin-right: auto;
}
#stocks-block .swiper-wrapper {
  align-items: stretch;
}
#stocks-block .swiper-slide {
  height: auto;
}

@media screen and (max-width: 450px) {
  #stocks-block .stocks__bottom {
    flex-direction: column;
    justify-content: center;
  }
}/*# sourceMappingURL=block.css.map */