.wp2026 {
    margin: 0 0 0 40% !important;
    padding: 10px 0 !important;
}

@media screen and (max-width: 767px) {
    .wp2026 {
        margin: 0 auto !important;      /* Rimuove il margine del 40% */
        padding: 10px 20px 0 0 !important; /* Aggiunge un padding più adatto al touch */
    }
}

.Home__showcase2026 {
    background-repeat: no-repeat;
    background-size: 62% !important;
    background-position: -13% 60% !important;
}