.esim-container {
    padding: 30px;
        height: 610px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/esim-rd/images/banner_esim_mobile.webp);
    background-size: cover;
    background-position: bottom;
}

.esim-content {
    max-width: 100%;
}

.box_orange {
    font-size: 15px;
    color: #fff;
    background-color: #f28d15;
    width: 300px;
    text-align: center;
    border-radius: 3px;
    padding: 4px 2px;
}

.title_white {
    font-size: 2em !important;
    margin: 23px 0 18px;
    line-height: 38px;
}

.esim-info p {
    font-size: 1em;
    color: #fff;
}

.esim-link {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #019bef;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
}

.esim-image img {
    max-width: 100%;
    height: auto;
}

/* === MEDIA QUERIES REORDENADOS (mobile first) === */

@media (min-width: 768px) {
    .title_white {
        margin: 25px 0 10px;
    }

    .esim-container {
        padding: 20px 100px;
        height: 290px;
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        background-color: #008eec;
        background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/esim-rd/images/banner_esim_sep_desk.webp);
        background-size: cover;
        background-position: right;
    }

    .esim-content {
        max-width: 48%;
    }
}

@media (min-width: 1440px) {
    .esim-container {
        max-width: 1440px;
        margin: 0 auto;
    }
}