.productBulletList {
  background: white;
  padding: 4rem 40px;
}
.productBulletList .productBulletList__inner {
  margin: 0 auto;
  text-align: left;
}
.productBulletList .productBulletList__inner .productBulletList__title {
  font-weight: 800;
  color: #273A5D;
}
.productBulletList .productBulletList__inner .productBulletList__description {
  font-weight: 500;
}
.productBulletList .productBulletList__inner .productBulletList__list {
  margin-top: 2rem;
}
.productBulletList .productBulletList__inner .productBulletList__list .productBulletList__list__item__title {
  font-weight: bold;
  color: #273A5D;
}
.productBulletList .productBulletList__inner .productBulletList__list .productBulletList__list__item__title i.fa {
  margin-right: 1rem;
}
@media (min-width: 980px) {
  .productBulletList {
    padding: 7rem 0;
  }
  .productBulletList .productBulletList__inner {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .productBulletList .productBulletList__inner {
    width: 70%;
  }
}
