/* Media Queries */
@media only screen and (max-width: 1024px){
    /* Achive */
    .ac_hero_section_title.ac_fs_70{ font-size: 65px !important;}
    .ac_hero_section_title,
    .ac_hero_section_subtitle{ margin: 0 32px;}
    .ac_hero_section_block.ac_h_600{ height: 500px;}

    .ac_archive_page_text .ac_fs_33{ font-size: 26px !important;}
}

@media only screen and (max-width: 768px){
    /* Achive */
    .ac_hero_section_title.ac_fs_70{ font-size: 45px !important;}

    .ac_hero_section_title,
    .ac_hero_section_subtitle{ margin: 0 16px;}

    .ac_hero_section_block.ac_h_600{ height: 480px;}

    .ac_archive_page_text .ac_fs_33{ font-size: 22px !important;}
}