@charset "UTF-8";

#bw_about_01 + section .heading.block_header_2 .h {
    font-size: 4.0rem !important;
}
.booth_txt_p span{
    background: linear-gradient(transparent 60%, #ffd966 60%);
    font-size: 185%;
    font-weight: 900;
}
@media screen and (max-width: 1600px){
    #bw_about_01 + section .heading.block_header_2 .h{
        font-size: 3.5rem !important;
    }
}
@media screen and (max-width: 1400px){
    #bw_about_01 + section .heading.block_header_2 .h{
        letter-spacing: -0.1rem !important;
    }
    .booth_txt_p span{
        font-size: 155%;
    }    
}