selector .elementor-icon-box-wrapper { display: flex; align-items: flex-start; /* Aligns the icon and title to the top */ } selector .elementor-icon-box-icon { align-self: flex-start; /* Ensures the icon stays at the top */ } selector .elementor-icon-box-title { margin-top: 0 !important; /* Removes any top margin on the title */ padding-top: 0 !important; /* Removes any top padding on the title */ line-height: 1.2em; /* Adjusts line height for a closer alignment */ }