 .pricing_section {
      padding: 10px 12px 30px;
      background: #fff;
    }

    .pricing_card {
      background: #ddd9d3;
      border-radius: 16px;
      padding: 22px 28px 28px;
      min-height: 540px;
      height: 100%;
    }

    .pricing_tag {
      font-size: 14px;
      line-height: 1.4;
      color: #000;
      margin-bottom: 18px;
      font-family: var(--body-font);
    }

    .pricing_title {
      font-size: 38px;
      line-height: 1.1;
      font-weight: 600;
      color: #000;
      margin-bottom: 14px;
      font-family: var(--heading-font);
    }

    .pricing_price {
      font-size: 18px;
      line-height: 1.4;
      font-weight: 700;
      color: #000;
      margin-bottom: 22px;
      font-family: var(--body-font);
    }

    .pricing_divider {
      border: 0;
      border-top: 1px solid #222;
      margin: 0 0 18px;
      opacity: 1;
    }

    .pricing_list {
      list-style: disc;
      padding-left: 22px;
      margin: 0;
    }

    .pricing_list li {
      color: #000;
      font-size: 16px;
      line-height: 1.9;
      margin-bottom: 10px;
      font-family: var(--body-font);
    }

    .pricing_list li strong {
      font-weight: 700;
      color: #000;
    }

    @media (max-width: 991px) {
      .pricing_card {
        min-height: auto;
      }

      .pricing_title {
        font-size: 32px;
      }
    }