.bday-li {
  top: -11px !important;
}

.bday-list {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}

.bday-heading-text {
  font-size: calc(14px + .9vw);
}

@media screen and (min-width: 768px) {
  .bday-heading-text {
    font-size: 22px;
  }
}

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

.bday-text-p {
  font-family: 'Henny Penny', cursive;
  font-size: 24px;
  line-height: 1.7;
  color: rgb(255,0,230);
}

@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-family: 'Henny Penny', cursive;
  color: rgb(255,0,230);
  line-height: 1.7;
  font-size: 28px;
}

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

