.breadcrumbs {
    margin-bottom: 30px;
    margin-top: 20px;
}

.breadcrumbs__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #222222;
    text-decoration: none;
}

a.breadcrumbs__item:hover,
a.breadcrumbs__item:focus {
    color: #222222;
    text-decoration: underline;
}
ol.custom-list {
  list-style: none; /* Убираем стандартные маркеры списка */
  margin: 0;        /* Сбрасываем внешние отступы */
  padding: 0;       /* Сбрасываем внутренние отступы */
}

ol.custom-list li {
  display: inline;    /* Элементы списка будут в одну линию, а не в столбец */
  margin-right: 10px; /* Добавляем небольшой отступ справа, если нужно */
}