*{
    margin: 0%;
}

html {
    width: 100%;
    height: 100%;

    background-color: white; 
}
body {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    background-image: url(/gspolicy/images/BG_Policy.png);
    background-repeat: repeat;
    background-size: 100vw;
    width: 100%;
    height: auto;

}


/*
.BG {
  
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
*/
.hero {
    display: flex;
    position: relative;  
    width: 100vw; 
    height: auto;

}

.p01 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70vw; 
    height: auto;

}
.p01 img{
 
    width: 100%; 
    height: auto;
    
}
.hero img{
    width: 100vw; 
    height: auto;

}

@media screen and (max-width: 600px) {

    .p01 {
        display: flex;
        position: relative;
        flex-direction: column;
        width: 90vw; 
        height: auto;
    
    }

    body {
        display: flex;
        position: absolute;
        flex-direction: column;
        align-items: center;
        background-image: url(/gspolicy/images/BG_Policymo.png);
        background-repeat: repeat;
        background-size: 100vw;
        background-position: center;
        width: 100%;
        height: auto;
    
    }
    
    .hero {
        display: flex;
        position: relative;
        width: 100vw; 
        height: auto;
    
    }
    .hero img{
        width: 100vw; 
        height: auto;

    }
}