  h2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    color: #292A2C;
  }

  .d-grid {
    display: grid !important;
  }

  .text-center {
    text-align: center;
  }

  .pb-20 {
    padding-bottom: 20px;
  }

  .max-width-655 {
    max-width: 655px;
  }

  .padding-60-0 {
    padding: 60px 0;
  }

  .padding-30-30-20 {
    padding: 30px 30px 20px;
  }

  .plan-a {
    color: black;
    border-radius: 0.375rem;
    box-shadow: 0px 0px 1px 0px rgba(28, 28, 30, 0.16), 0px 1px 2px 0px rgba(28, 28, 30, 0.04);
  }

  .plan-a:hover {
    box-shadow: 0px 0px 2px 0px rgba(28, 28, 30, 0.08), 0px 8px 16px 0px rgba(28, 28, 30, 0.08);
  }

  .plan-a-btn {
    color: white;
    background-color: black;
    border: 2px solid black;
  }

  .plan-a-btn:hover {
    color: black;
    background-color: white;
  }

  .plan-b {
    color: black;
    border-radius: 0.375rem;
    background-image: linear-gradient(180deg, #FFFBF8 0%, #FFFFFE 60%);
    box-shadow: 0px 0px 1px 0px rgba(28, 28, 30, 0.16), 0px 1px 2px 0px rgba(28, 28, 30, 0.04);
  }

  .plan-b:hover {
    box-shadow: 0px 0px 2px 0px rgba(28, 28, 30, 0.08), 0px 8px 16px 0px rgba(28, 28, 30, 0.08);
  }

  .plan-b-btn {
    color: white;
    border: 2px solid black;
    background-color: black;
  }

  .plan-b-btn:hover {
    color: black;
    background-color: white;
  }

  .plan-c {
    color: black;
    border-radius: 0.375rem;
    background-image: linear-gradient(180deg, #FFF6F6 0%, #FFFFFE 60%);
    box-shadow: 0px 0px 1px 0px rgba(28, 28, 30, 0.16), 0px 1px 2px 0px rgba(28, 28, 30, 0.04);
  }

  .plan-c:hover {
    box-shadow: 0px 0px 2px 0px rgba(28, 28, 30, 0.08), 0px 8px 16px 0px rgba(28, 28, 30, 0.08);
  }

  .plan-c-btn {
    color: white;
    border: 2px solid black;
    background-color: black;
  }

  .plan-c-btn:hover {
    color: black;
    background-color: white;
  }

  .plan-d {
    color: black;
    border-radius: 0.375rem;
    background-image: linear-gradient(180deg, #EFEFEF 0%, #FFFFFE 60%);
    box-shadow: 0px 0px 1px 0px rgba(28, 28, 30, 0.16), 0px 1px 2px 0px rgba(28, 28, 30, 0.04);
  }

  .plan-d:hover {
    box-shadow: 0px 0px 2px 0px rgba(28, 28, 30, 0.08), 0px 8px 16px 0px rgba(28, 28, 30, 0.08);
  }

  .plan-d-btn {
    color: white;
    border: 2px solid black;
    background-color: black;
  }

  .plan-d-btn:hover {
    color: black;
    background-color: white;
  }

  .price-div {
    min-height: 176px;
  }

  .bg-member {
    background-image: url(https://statics.tvcbook.com/files/2022/12/30/2ce78458-a7eb-305d-a17d-dd749f885428.png);
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: bottom -150px right -310px;
  }

  .member-img {
    max-width: 135%;
  }

  .btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .btn-outline-dark {
    color: #212529;
    border-color: #212529;
  }

  .btn-outline-dark:hover {
    color: white;
    background-color: #212529;
    border-color: #212529;
  }

  .faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out 0.1s;
  }

  .faq-answer.active {
    opacity: 1;
    max-height: 200px;
  }

  .icon-rotate {
    transition: transform 0.3s ease-in-out;
  }

  .icon-rotate.expanded {
    transform: rotate(45deg);
  }