@charset "UTF-8";

#hd+section .heading.block_header_2 .h {
    color: var(--i_main_color);
    color: var(--i_txt_color);
}

@media screen and (max-width: 800px) {
#hd+section .heading.block_header_2 .h {
        font-size: 2.5rem !important;
}
}