.inmelia-footer{

    background-image: url('../images/logo/02.jpg');
    height: 700px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

h1.light{
    color: #2c5bd1 !important;
}