

@media (max-width: 640px) {
  .no-show-mobile {
      display: none;
  }
  .bold-mobile {
      font-weight: 600;
  }
}