.bxmaker-article-sections {
  background: #E9E9E9;
  border-radius: 20px;
  padding: 40px 49px;
}
.bxmaker-article-sections__title {
  color: #6C6C6C;
  margin-bottom: 31px;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0.015em;
  font-weight: 700;
}
.bxmaker-article-sections__list .bxmaker-article-sections__item {
  margin-bottom: 25px;
}
.bxmaker-article-sections__list .bxmaker-article-sections__item:last-child {
  margin-bottom: 0;
}
.bxmaker-article-sections__item {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.015em;
  position: relative;
  padding-left: 34px;
}
.bxmaker-article-sections__item:before {
  position: absolute;
  content: ' ';
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background-color: #ED6A99;
  left: 0;
  top: 3px;
}
.bxmaker-article-sections__item a,
.bxmaker-article-sections__item a:visited {
  text-decoration: none;
  color: #6C6C6C;
}
.bxmaker-article-sections__item a:hover,
.bxmaker-article-sections__item a:active {
  text-decoration: none;
  color: #ED6A99;
}
/*# sourceMappingURL=style.css.map */