@media (max-width: 1023px) {
  .brand-name a {
    font-size: 26px;
  }

  .home-time-card {
    min-width: 312px;
    width: auto;
    padding: 5px 15px;
  }

  .font-lg {
    font-size: 22px;
  }

  .txt-10 {
    font-size: 10px;
  }

  .font-md {
    font-size: 16px;
  }

  .font-md-bold {
    font-size: 16px;
    font-weight: 600;
  }

  .btn-bingo {
    /* font-size: 12px; */
  }

  .dotted-circle {
    font-size: 24px;
    width: 3.5rem;
    height: 3.5rem;
  }

  .font-sm {
    font-size: 16px;
  }

  .font-lt-sm {
    font-size: 14px;
    font-weight: normal;
  }

  .font-b-sm {
    font-size: 14px;
    font-weight: 600;
  }

  .font-n-sm {
    font-size: 14px;
  }

  .txt-normal {
    font-size: 12px;
  }

  .fs-20 {
    font-size: 20px;
  }

  .txt-normal-sb {
    font-size: 12px;
    font-weight: 600;
  }

  .btn-bingo {
    background: linear-gradient(to right, #ab24ff, #ffac12);
    padding: 4px 8px !important;

    /* transition: background 0.3s ease-in-out; */
  }

  .btn-buy {
    /* padding-bottom: 2px; */
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
  }

  .btn-episode {
    padding: 2px 6px;
  }

  .profile-img {
    width: 36px;
  }

  .user-profile-name {
    font-size: 27px;
    /* font-weight: 600; */
  }
}
