.pdm_layout_Big_Bullets {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pdm_layout_Big_Bullets .bullet-title {
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-left: 1.3rem;
}
@media (min-width: 768px) {
  .pdm_layout_Big_Bullets .bullet-title {
    margin-bottom: 0;
    max-width: 19rem;
    padding-left: 0;
  }
}

.big-bullet-yellow .star-class {
  fill: #fdcf75;
}
.big-bullet-red .star-class {
  fill: #ff4d00;
}
.big-bullet-green .star-class {
  fill: #5cbdaf;
}
.big-bullet-purple .star-class {
  fill: #9192ea;
}


.big-bullets {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.big-bullets .list-group-item {
  background-color: transparent;
}
.bullet-text {
  margin-left: 2rem;
  display: inline-block;
}
.star-bullet {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.4rem;
}
