

/* Start:/local/templates/astra-bulma/components/bitrix/news/news/bitrix/news.list/.default/style.css?1788335139572*/
.section.page-news .card.card-news {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding-bottom: 88px;
  padding: 0.5rem;
  border-radius: 20px;

  .card-header {
    flex-direction: column;
    box-shadow: none;
  }

  .card-image {
    border-radius: 20px;
  }

  .card-footer {
    flex-direction: column;
    box-shadow: none;
    margin-top: auto;
    margin-bottom: 0;
    border: none;
  }

  &:hover {
    background: #eff6ff;
  }

  &:hover img {
    transform: scale(1.03);
  }

  img {
    transition: all 0.3s ease;
  }
}
/* End */
/* /local/templates/astra-bulma/components/bitrix/news/news/bitrix/news.list/.default/style.css?1788335139572 */
