
    .hero-section {
        background: url("/static/blog/img/neuron_diagram_01.jpg") no-repeat center center/cover !important;
        height: vh !important;
    }

    .hero-section::after {
       background:  !important;
    }

    
    html[lang='en'], [lang='en'] {
        font-family: Arial, sans-serif !important;
    }
    
    html[lang='ja'], [lang='ja'] {
        font-family: 'Noto Sans JP', sans-serif !important;
    }
    
    