.block-text ul,
.other-entries ul {
  padding-left: 0;
}

.block-text li,
.other-entries li {
  list-style: none;
  margin-bottom: 10px;
}

.block-text,
.other-entries {
  font-size: 20px;
}

section.other-entries ul {
  display: flex;
  flex-wrap: wrap;
}

section.other-entries li {
  margin-right: 15px;
}

.block-text li:before,
.other-entries li:before {
  content: "\f26c";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}

.pomosh-elementy-text,
.pomosh-elementy-img {
  background: var(--color-dark-four);
  border: 1px solid var(--color-dark-five);
  padding: 20px 15px;
  border-radius: 35px;
}

.pomosh-elementy-img img {
  border-radius: 35px;
}

.row-flex,
.row-flex>div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}

.row-flex>div[class*='col-'] {
  margin: -.2px;
}

.pomosh-pozirovanii .row-flex-wrap .col-md-3.mb-4:nth-child(5) {
  order: 6;
}

.pomosh-pozirovanii-text {
  font-size: 20px;
}