/* Add custom CSS styles below */ 
/* لون العنوان + تكبيره */
.banner-gold h2,
.banner-gold .hero-title {
    color: #A8834C !important;
    font-size: 45px !important;   /* كبر الخط */
    font-weight: 700 !important;  /* يخليه فاخر وثقيل */
}

/* لون الوصف + تكبيره */
.banner-gold p,
.banner-gold .hero-description {
    color: #FFFFFF !important;
    font-size: 25px !important;   /* مناسب للثيم */
    font-weight: 400 !important;
}