

/* Start:/local/templates/.default/components/bitrix/news.list/news-and-events/style.css?1761301864873*/
.bism-news-block {
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}

.bism-news-block-item {
  display: flex;
  flex-direction: column;
  width: 360px;
}

.bism-news-block-item__img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 67%;
}

.bism-news-block-item__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bism-news-block-item__text {
  margin: 12px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 130%;
}

@media (max-width: 600px) {
  .bism-news-block {
    gap: 0 8px;
    flex-wrap: nowrap;
  }
  .bism-news-block-item {
    min-width: 164px;
  }
  .bism-news-block {
    grid-auto-flow: column;
  }
  .bism-news-block-item__text {
    font-size: 12px;
    margin: 8px 0;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/news-and-events/style.css?1761301864873 */
