.bday-list {
  margin-bottom: 13px;
  margin-left: -15px;
}

.bday-list .fa-li {
  font-size: 22px !important;
  color: #d20000 !important;
  top: -6px;
}

.bday-text-b {
  font-family: 'Henny Penny', cursive;
  font-size: 24px;
  line-height: 1.5;
  color: #007bff;
}

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

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

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

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

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

.bday-att-text {
  font-size: 27px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .bday-att-text {
    font-size: 38px;
    line-height: 1.7;
  }
}

@media (min-width: 992px) {
  .bday-att-text {
    font-size: 53px;
  }
}

