.big-banner{
    background: #fff;   
    background-image: url("../img/banner.png"); /* Replace with your image path */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: clamp(25rem, 22.606rem + 10.638vw, 31.25rem); 
    background-color: #E5D0A3;
}

.big-banner h1{
    color: var(--second-color);
}

.big-banner img{
    width: clamp(22.5rem, 12.926rem + 42.553vw, 47.5rem);
    pointer-events: none;
    user-select: none;
    cursor: not-allowed;
    z-index: -1;
}

@media(max-width: 1299px){
    .contenedor.big-banner{
        width: 100%;
    }
}

/*@media(max-width: 767px){
    .big-banner{
        background-image: none;
    }
}*/