.info-bullets {
  max-width: 76rem;
  margin: 2.4rem auto;
}

.info-bullets__list {
  list-style: disc;
  padding-left: 2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.info-bullets__item {
  font-size: 1.5rem;
  line-height: 1.5;
}