리스트형 / 카드형 디자인 2

<style>

  .tit {

    font-weight: 600;

  }

  

  @media (max-width: 767px) {

    .tit {

      font-size: 14px !important;

    }

  }

</style>