/* Hero Banner ki upar-niche ki spacing (padding) kam karne ke liye */
.hero-banner-section, 
[data-shortcode="hero-banner"] { /* Apne theme ke class ke hisab se adjust karein */
    padding-top: 40px !important; 
    padding-bottom: 40px !important;
}

/* Hero Title ka font size chota karne ke liye */
.hero-banner-section h5, 
.hero-banner-section .title {
    font-size: 2.5rem !important; /* Is value ko aap mazeed kam ya zyada kar sakte hain */
}

/* Subtitle aur description ka size chota karne ke liye */
.hero-banner-section .subtitle,
.hero-banner-section p {
    font-size: 1rem !important;
}