/*kam kardane faseleye beyne sotoon haye amoodi dar mobile*/
@media (max-width: 921px) {
    /* کنترل فاصله ستون‌های Astra و گوتنبرگ */
    .ast-row, .wp-block-columns {
        gap: 5px !important; /* فاصله عمودی بین ستون‌ها را اینجا کم کن */
    }

    /* اگر از بلوک Column استفاده کردی، این یکی دقیق‌تر است */
    .wp-block-column {
        margin-bottom: 5px !important; /* فاصله بین هر ستون در موبایل */
    }
}
/*kam kardane faseleye beyne sotoon haye amoodi dar mobile*/

/*fasele H1 ba Header dar mobile = Start*/
@media (max-width:921px){
.site-content{
padding-top:20px;
}
}
/*fasele H1 ba Header dar mobile = End*/

/*bozorg kardane heading ha dar mobile = Start*/
@media (max-width: 921px) {
    /* تیتر اصلی صفحه (معمولاً H1) */
    h1 {
        font-size: 28px !important;
        line-height: 1.4 !important;
    }

    /* تیترهای بخش‌ها (H2) */
    h2 {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }

    /* تیترهای زیربخش‌ها (H3) */
    h3 {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
}
/*bozorg kardane heading ha dar mobile = End*/