.bday-text-b {
  font-family: 'Henny Penny', cursive;
  font-size: 24px;
  line-height: 1.7;
  color: #0085ff;
}

.bday-text-p {
  font-family: 'Henny Penny', cursive;
  font-size: 24px;
  line-height: 1.7;
  color: #ff00e6;
}

@media (min-width: 992px) {
  .bday-text-b {
    font-size: 30px;
    line-height: 1.7;
  }
}

@media (min-width: 992px) {
  .bday-text-p {
    font-size: 30px;
    line-height: 1.7;
  }
}

.bday-att-text {
  font-size: 28px;
}

@media (min-width: 992px) {
  .bday-att-text {
    font-size: 58px;
    line-height: 84px;
  }
}

.bday-list {
  font-family: 'Roboto Condensed';
  line-height: 1.3;
  margin-bottom: 10px;
}

.bday-icon {
  top: -5px !important;
}

.bday-pink {
  color: #ff00e6 !important;
}

.bday-blue {
  color: #0085ff !important;
}

