@media screen and (max-width: 768px) {
  .card-body .action {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .reference .refSection ol li,
  .reference .refSection ul li {
    word-wrap: break-word !important;
  }
}
