/**
 * Custom CSS for Elementor Image Box Widgets
 */

/* Increase spacing between title and description */
.elementor-widget-image-box .elementor-image-box-title {
    margin-bottom: 20px !important;
}

/* Improve readability of the description */
.elementor-widget-image-box .elementor-image-box-description {
    line-height: 1.6 !important;
}
