.list-images {
  padding: 0 20px
}
@media screen and (max-width:359px) {
  .list-images {
    padding: 0
  }
}
.list-images li {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.048px
}
.list-images li:not(:first-child) {
  margin-top: 8px
}
@media screen and (max-width:767px) {
  .list-images li {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.054px
  }
  .list-images li:not(:first-child) {
    margin-top: 12px
  }
}
.list-images li svg {
  width: 14px;
  height: 13px;
  margin-right: 6px;
  margin-left: -14px;
  display: inline-block
}