.image-with-text__list-item {
  margin-top: 4.5rem;
}

.image-with-text__list-item li {
  position: relative;
}

.image-with-text__list-item .list-item-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.image-with-text__list-item .list-item-text {
  display: inline-block;
  padding-left: 4rem;
}

@media screen and (min-width: 990px) {
  .image-with-text__list-item .list-item-text {
    padding-left: 7rem;
  }
}