@charset "UTF-8";

#bg2  +section .heading.block_header_3 .h ,#bg1  +section .heading.block_header_3 .h{
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.5;
    color: var(--i_txt_color);
font-weight: 600;
}
@media screen and (max-width: 900px) {
  #bg2  +section .heading.block_header_3 .h ,#bg1  +section .heading.block_header_3 .h{
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
    color: var(--i_txt_color);
font-weight: 600;
}
}