.uc-my-custom-class {
  Заголовки → #2C2419
Цена курсов → #8B4513 (жирный)
Кнопки CTA → #7A5C42 с hover #A0522D
Фон секций → чередование #FAF8F5 и #FFFFFF 


h1 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
}

body, p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}

.price {
  font-size: 28px;
  font-weight: 700;
}

button, .t-btn {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.small-text {
  font-size: 14px;
  line-height: 1.6;
}

/* МОБИЛЬНЫЕ (экраны до 640px) */
@media (max-width: 640px) {
  h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  body, p {
    font-size: 16px;
  }
  
  .price {
    font-size: 24px;
  }
  
  button, .t-btn {
    font-size: 15px;
  }
  
  .small-text {
    font-size: 13px;
  }
}


}
