

/* Start:/local/templates/astra-bulma/components/bitrix/news/doctors/bitrix/news.list/.default/style.css?1788942334867*/
.section-doctors-list {
  background: #eff6ff;
  border-top-right-radius: 6rem;

  .card-item {
    background: url(/assets/images/bg_doctor-1.jpg) #fff no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: none;
    background-size: contain;
    background-position: bottom;
  }
  .card-item .card-image {
    transition: all 0.3s ease;
    padding: 2rem;
    width: auto;
    height: auto;
  }

  .card-item .card-image .image {
    border-radius: 100%;
    border: 6px solid #eff6ff;
  }

  .card-item .card-content {
    background-size: cover;
    background-position: bottom right;
    border-radius: 2rem;
    height: 100%;
    .title {
      font-size: 1.5rem;
      color: #2c7fff;
      font-family: 'font-title';
    }
  }

  .card-item:hover .card-image {
    transform: scale(1.07);
  }
}
/* End */
/* /local/templates/astra-bulma/components/bitrix/news/doctors/bitrix/news.list/.default/style.css?1788942334867 */
