#hdf_cms_page_text_prompt, #hdf_cms_mid_content{
    width: 80%;
    margin:0 auto;
}

/* Allowance page start */
#hdf_allowance_mid_banner .inner-content{
    padding:0 10%;
}
/* Allowance page end */

/* FAQ page start */
body.cms-help-faq div#hdf_faq_row .mgz-container {
    display: flex;
}

body.cms-help-faq div#hdf_faq_row .mgz-container .mgz-element {
    margin: 0 auto;
}
/* FAQ page end */


/* Extra Small Devices (Phones) */
@media (max-width: 575.98px) {
    #hdf_cms_page_text_prompt{
        width: 100%;
    }
}

/* Small Devices (Tablets) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium Devices (Tablets, Small Laptops, Desktops) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large Devices (Desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra Large Devices (Large Desktops, TVs) */
@media (min-width: 1200px) {
}