.elementor-19469 .elementor-element.elementor-element-26d164c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-bb4e4bc */.isos-post{
    max-width:900px;
    margin:0 auto;
    font-size:18px;
    line-height:1.8;
}

.isos-post p{
    margin-bottom:20px !important;
}

.isos-gallery{
    display:flex;
    gap:20px;
    margin:30px 0;
    flex-wrap:wrap;
    justify-content:center;
}

.isos-gallery img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,0.1);
}

.isos-gallery .item{
    flex:1;
    min-width:300px;
    max-width:420px;
}

@media(max-width:768px){
    .isos-gallery{
        flex-direction:column;
    }

    .isos-gallery .item{
        max-width:100%;
    }

    .isos-gallery img{
        height:auto;
    }
}/* End custom CSS */