@media (max-width: 768px) {
  .hide-on-small {
    display: none;
  }
}

  .smlTtl{
    font-family: 'Inter', system-ui, sans-serif;
    color: black;
    font-weight: bold;
    font-size: 20px;
  }
  .innerTtl{
    font-weight: bold;
  }
  