.elementor-1427 .elementor-element.elementor-element-d019f0c .pbmit-heading-subheading{text-align:left;}.elementor-1427 .elementor-element.elementor-element-5532256 .pbmit-heading-subheading{text-align:left;}/* Start custom CSS for pbmit_service_element, class: .elementor-element-5532256 *//* 1. Darle una altura fija al contenedor directo de la imagen */
.pbmit-featured-wrapper {
    height: 450px !important; /* Ajusta este número según lo que necesites */
    width: 100% !important;
    overflow: hidden !important;
    display: block !important;
    position: relative !important;
}

/* 2. Aplicar la "magia" a la imagen para que rellene ese contenedor */
.pbmit-featured-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}/* End custom CSS */