/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2026 | 06:48:27 */
.cga-brand-intro {
  padding: 38px 24px 34px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fcf8f1 100%);
  border-top: 1px solid rgba(166, 119, 42, 0.18);
}

.cga-brand-label {
  margin: 0 0 10px;
  color: #9d7029;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.cga-brand-intro h2 {
  margin: 0;
  color: #30231e;
  font-family: inherit;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-transform: none;
}

.cga-brand-line {
  display: block;
  width: 54px;
  height: 2px;
  margin: 18px auto;
  background: #b88735;
}

.cga-brand-description {
  max-width: 650px;
  margin: 0 auto;
  color: #726a63;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 549px) {
  .cga-brand-intro {
    padding: 28px 18px;
  }

  .cga-brand-intro h2 {
    font-size: 29px;
  }

  .cga-brand-description {
    font-size: 15px;
  }
}

