.list__item {
  position: relative;
  min-height: 30px;
  font-size: 14px;
  line-height: 18px;
  padding-left: 40px;
  margin-bottom: 18px; }
  .list__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat; }
  .list__item-purple:before {
    background-image: url(/images/advantages-bullet-purple.png); }
  .list__item-orange:before {
    background-image: url(/images/advantages-bullet-orange.png); }
  .list__item:last-child {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .list__item {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px; } }
