.elementor-50 .elementor-element.elementor-element-d25661a{--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;--padding-top:24px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-d25661a */.full-width-image img {
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
}
/* CSS for a responsive image */
img.full-width-image {
    width: 100%; /* Make the image fill the width of its container */
    height: auto; /* Maintain the aspect ratio of the image */
    display: block; /* Remove inline spacing around the image */
    margin: 0 auto; /* Center the image, optional */
}

/* Optional: Add additional styles for mobile-specific behavior */
@media (max-width: 768px) {
    img.full-width-image {
        /* Additional mobile-specific styles if needed */
    }
}/* End custom CSS */