#stocks-block .stocks__swiper {
  margin-bottom: 30px;
}
#stocks-block .stocks__swiper .swiper-wrapper {
  align-items: stretch;
}
#stocks-block .stocks__swiper .swiper-slide {
  height: auto;
}
#stocks-block .stocks__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#stocks-block .stocks__title-card{
    font-family: var(--fontFamily);
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
}
/*# sourceMappingURL=block.css.map */