

/* Start:/local/templates/astra-bulma/components/bitrix/catalog/gallery-medcentr/bitrix/catalog.section.list/gallery/style.css?1788335139251*/
.section-gallery .card-gallery {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;

  img {
    transition: all 0.3s ease;
  }

  &:hover {
    background: #eff6ff;
  }

  &:hover img {
    transform: scale(1.03);
  }
}
/* End */
/* /local/templates/astra-bulma/components/bitrix/catalog/gallery-medcentr/bitrix/catalog.section.list/gallery/style.css?1788335139251 */
