.bg_resource{
    width:100%;
    background-image: url("../../../images_mob/pacific\ cup\ resources.png"); 
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 400px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}
.img-overlay{
    /* position: absolute;
     top: 50%;
     left: 5%; */
    /* transform: translate(-50%, -50%); */
}