.alior-styled-list {
  display: inline-block;
  margin: 0;
  text-align: left;
}

.alior-styled-list > li {
  position: relative;
}

.alior-styled-list > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7A0035;
}

.alior-styled-list > li p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 1rem;
  padding-left: 18px;
}
