    @media (max-width: 767px) {
        #flash_deal .flash-deals-baner {
            height: 203px !important;
        }
    }

/* =========================
   Homepage Heading
========================= */
.home-h1-wrap {
    text-align: center;
    margin: 18px auto 14px;
}

.home-h1-title {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 8px;
}

.home-h1-lead {
    max-width: 760px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
}

/* Mobile fine-tune */
@media (max-width: 768px) {
    .home-h1-title {
        font-size: 20px;
    }

    .home-h1-lead {
        font-size: 13px;
        line-height: 1.65;
        padding: 0 12px;
    }
}
