.elementor-6156 .elementor-element.elementor-element-fb16cd0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-fb16cd0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6156 .elementor-element.elementor-element-a540ddf{--display:flex;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-a540ddf.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6156 .elementor-element.elementor-element-e6dcd69{--display:flex;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-d5a795e{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--justify-items:center;--align-items:center;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-ff88ced{--e-image-carousel-slides-to-show:1;width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-6156 .elementor-element.elementor-element-ff88ced .swiper-pagination-bullet{width:9px;height:9px;}.elementor-6156 .elementor-element.elementor-element-7bea008{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-4398478.elementor-element{--align-self:center;}.elementor-6156 .elementor-element.elementor-element-f5c82ae{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-055d1f0{text-align:left;}.elementor-6156 .elementor-element.elementor-element-055d1f0.elementor-element{--align-self:center;}.elementor-6156 .elementor-element.elementor-element-247068b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--flex-wrap:nowrap;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-247068b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6156 .elementor-element.elementor-element-f873f70{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-3a5eefc{--display:flex;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-23f8205{--display:flex;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-a1551e5{--display:flex;--background-transition:0.3s;}.elementor-6156 .elementor-element.elementor-element-0e310b7{--display:flex;--background-transition:0.3s;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-6156 .elementor-element.elementor-element-d5a795e{--grid-auto-flow:row;}.elementor-6156 .elementor-element.elementor-element-f873f70{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-6156 .elementor-element.elementor-element-fb16cd0{--width:96.726%;}.elementor-6156 .elementor-element.elementor-element-a540ddf{--width:102.111%;}.elementor-6156 .elementor-element.elementor-element-7bea008{--width:100%;}.elementor-6156 .elementor-element.elementor-element-f5c82ae{--width:100%;}.elementor-6156 .elementor-element.elementor-element-247068b{--width:99.794%;}}@media(max-width:767px){.elementor-6156 .elementor-element.elementor-element-d5a795e{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-6156 .elementor-element.elementor-element-f873f70{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-7bea008 */<style>
    .flex-container {
        display: flex;
        align-items: flex-start; /* FIX: Prevents vertical stretching */
        gap: 30px;
        width: 100%;
        font-family: 'Roboto', sans-serif;
    }

    .text-side {
        flex: 2; /* Text gets more space */
        font-size: 20px;
        text-align: justify;
        line-height: 1.5; /* Tighten this to 1.5 or 1.4 */
    }

    .image-side {
        flex: 1; /* Image gets less space */
        text-align: center;
    }

    .image-side img {
        max-width: 200px; /* Limits the BSP seal size */
        height: auto;
    }
</style>

<div class="flex-container">
    <div class="text-side">
        <h3 style="color: #0741ad; font-size: 38px; font-weight: bold; margin-top: 0;">Regulatory Trust and Security</h3>
        As a Bangko Sentral ng Pilipinas (BSP) regulated institution, Netbank ensures
        that the migration to Netbank Mobile adheres to the highest security standards.
        Existing users are encouraged to transition to the new app to benefit from
        enhanced encryption and a cleaner, "no-fuss" user experience.
    </div>
    
    <div class="image-side">
        <img src="BSP_LOGO_URL" alt="BSP Seal">
    </div>
</div>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f5c82ae */<style>
    .flex-container {
        display: flex;
        align-items: flex-start; /* FIX: Prevents vertical stretching */
        gap: 30px;
        width: 100%;
        font-family: 'Roboto', sans-serif;
    }

    .text-side {
        flex: 2; /* Text gets more space */
        font-size: 20px;
        text-align: justify;
        line-height: 1.5; /* Tighten this to 1.5 or 1.4 */
    }

    .image-side {
        flex: 1; /* Image gets less space */
        text-align: center;
    }

    .image-side img {
        max-width: 200px; /* Limits the BSP seal size */
        height: auto;
    }
</style>

<div class="flex-container">
    <div class="text-side">
        <h3 style="color: #0741ad; font-size: 38px; font-weight: bold; margin-top: 0;">Regulatory Trust and Security</h3>
        As a Bangko Sentral ng Pilipinas (BSP) regulated institution, Netbank ensures
        that the migration to Netbank Mobile adheres to the highest security standards.
        Existing users are encouraged to transition to the new app to benefit from
        enhanced encryption and a cleaner, "no-fuss" user experience.
    </div>
    
    <div class="image-side">
        <img src="BSP_LOGO_URL" alt="BSP Seal">
    </div>
</div>/* End custom CSS */