/* /Index.razor.rz.scp.css */

[b-4y01gd14yh] .home-background {
    background-image: url("/home/images/Home_Page2.png");
    background-color: #0044A0;
    height: 100vh;
    background-repeat: no-repeat, repeat;
    background-size: cover;

}

@media only screen and (max-width: 976px) {
    [b-4y01gd14yh] .home-background {
        background-image: url("/home/images/Untitled design (2).png");
        background-color: #0044A0;
        height: 100vh;
        background-repeat: no-repeat, repeat;
        background-size: cover;
        background-position: 65% -320px;
    }
}
