.elementor-130 .elementor-element.elementor-element-4b0b020{--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;}.elementor-130 .elementor-element.elementor-element-71a7f34{--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;}@media(min-width:768px){.elementor-130 .elementor-element.elementor-element-4b0b020{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-4b0b020 *//* Adjust the width of col-lg-4 */
@media (min-width: 992px) {
    .row.gutter-y-30 .col-lg-4 {
        width: 40% !important; /* Adjust the width as needed */
        flex: 0 0 40%; /* Ensure it maintains the specified width */
    }

    .row.gutter-y-30 .col-lg-8 {
        width: 60% !important; /* Adjust the width of col-lg-8 to fit */
        flex: 0 0 60%; 
    }
}/* End custom CSS */