.elementor-33 .elementor-element.elementor-element-cda5adc > .elementor-widget-container{margin:-292px 0px 0px 0px;}/* Start custom CSS for aginco_our_projects_v2, class: .elementor-element-cda5adc */.project-block-two .inner-box .category{
    display:none;
}
 
h3{
min-height: 90px; /* Adjust this number until the boxes align */
    display: flex;
    align-items: flex-start; /* Keeps text at the top */
    font-size:20px !important;
}

/* 1. Hide the original "View Projects" text */
a.view {
    font-size: 0 !important;
}

/* 2. Insert the new "More Details" text */
a.view::after {
    content: "More Details";
    font-size: 16px; /* Adjust this px value to match your site's design */
    display: inline-block;
    
    /* Optional: If the alignment looks off, you might need line-height */
    /* line-height: initial; */ 
}
.page-title .bread-crumb {
    display: block !important;
}/* End custom CSS */