.impulse_features_head {
  color: rgb(13,58,89);
  font-size: 1.1rem;
}

.impulse_features_text {
  padding-top: 4px;
  padding-bottom: 10px;
  font-size: 0.9rem;
  color: rgb(120,120,120);
}

.impulse_features_bullet {
  font-size: 1.6rem;
  padding-top: 2px;
  color: rgba(204,0,1,0.44);
}

@media (max-width: 768px) {
  #impulse_features_box {
    margin-top: -50px;
  }
}

@media (min-width: 576px) {
  #impulse_box {
    margin-top: 80px;
  }
}

