    #division {
        color: #004e99;
        font-size: 36px;
        font-weight: bold;
    }

    #packing {
        color: #eb7e00;
        font-size: 36px;
        font-weight: bold;
    }

    #soluciones {
        color: #004e99;
        font-weight: bold;
        font-size: 48px;
    }

    .text-azul {
        color: #004e99;
        font-size: 28px;
        font-weight: bold;
    }

    .text-naranja {
        color: #eb7e00;
        font-size: 24px;
        font-weight: bold;
    }

    .col {
        text-align: center;
    }

    .custom-row {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .column-left {
        width: 25%;
        text-align: center;
    }

    .column-right {
        width: 75%;
        text-align: center;
    }

    .titulos-cuadros {
        font-family: 'DCC Ash', sans-serif;
        color: #004e99;
        font-size: 36px;
    }

    .titulos-cuadros-mb {
        font-family: 'DCC Ash', sans-serif;
        color: #004e99;
        font-size: 28px;
    }

    @media (max-width: 768px) {
        .custom-row {
            flex-direction: column;
        }

        .column-left,
        .column-right {
            width: 100%;
        }
    }

    .cuadro {
        display: flex;
        justify-content: center;
        background-color: #004e99;
        color: white;
        align-items: center;
        border-radius: 8px;
        gap: 15px;
        max-width: 500px;
        position: relative;
        z-index: 1;
        min-height: 88px;
    }

    .cuadro-mb {
        display: flex;
        justify-content: center;
        background-color: #004e99;
        color: white;
        align-items: center;
        border-radius: 8px;
        gap: 15px;
        max-width: 320px;
        position: relative;
        z-index: 1;
        min-height: 75px;
        margin-top: 0;
    }

    .icono img {
        width: 90px;
        height: 90px;
        position: absolute;
        left: -40px;
        top: 0;
        z-index: 2;
    }

    .icono-mb img {
        width: 85px;
        height: 85px;
        position: absolute;
        left: -26px;
        top: -5px;
        z-index: 2;
    }

    .texto {
        flex: 1;
        padding: 5px 10px 0 40px;
        font-size: 16px;
        line-height: 1.0;
    }

    .texto-mb {
        flex: 1;
        padding: 5px 10px 0 55px;
        font-size: 14px;
        line-height: 1.0;
    }

    .texto-grande {
        color: #eb7e00;
        font-family: 'DCC Ash';
        font-size: 56px;
        line-height: 1.0;
    }

    .cuadro-columna {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .titulo-sobre-imagen {
        font-family: 'DCC Ash';
        color: white;
        font-size: 90px;
        position: absolute;
        left: 7%;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1.0;
        z-index: 2;
        text-align: left;
    }

    .titulo-sobre-imagen-mb {
        font-family: 'DCC Ash';
        color: white;
        font-size: 40px;
        position: absolute;
        left: 7%;
        top: 80%;
        transform: translateY(-50%);
        line-height: 1.0;
        z-index: 2;
        text-align: left;
    }