

/* Start:/local/templates/steplife/components/bitrix/news.list/white_bl_with_button/style.css?177334855747*/
.text_block .center {
  text-align: center;
}
/* End */


/* Start:/local/templates/steplife/components/bitrix/news.list/steps/style.css?17732673671691*/
.steps {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  counter-reset: item-counter;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
  .steps .item {
    background: #fff;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
    .steps .item::before {
      counter-increment: item-counter;
      content: counter(item-counter);
      position: absolute;
      top: 0;
      left: 0;
      background: #FFDF43;
      color: #676C75;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      border-bottom-right-radius: 14px;
    }
    .steps .item img {
      width: 100%;
      height: auto;
      display: block;
    }
    .steps .item .title {
      font-family: Montserrat;
      font-weight: 700;
      font-size: 16px;
      line-height: 130%;
      color: #676C75;
      margin-top: 0;
    }
    .steps .item .content {
      padding: 16px;
      flex: 1; /* Занимает все оставшееся место */
    }

@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
    .steps .item {
      border-top-left-radius: 14px;
      border-bottom-right-radius: 14px;
      flex-wrap: initial;
      gap: 20px;
    }
  .steps .item img {
    width: 200px;
    height: 186px;
    object-fit: cover;
    flex-shrink: 0; /* Запрещаем сжиматься */
  }
}




/* End */
/* /local/templates/steplife/components/bitrix/news.list/white_bl_with_button/style.css?177334855747 */
/* /local/templates/steplife/components/bitrix/news.list/steps/style.css?17732673671691 */
