.elementor-16349 .elementor-element.elementor-element-80f086f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-16349 .elementor-element.elementor-element-80f086f.e-con{--align-self:center;}.elementor-16349 .elementor-element.elementor-element-c89ee70.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-c89ee70 *//* Update the process box to act as a flex container */
.spin-process-box {
    display: flex;
    flex-direction: column; /* Stacks icon on top of text */
    align-items: center;    /* Perfectly aligns items horizontally */
    justify-content: flex-start;
}

/* Ensure the icon margins are balanced */
.spin-process-box .spin-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; /* Adjust spacing between icon and text */
}

/* Optional: Ensure the grid has space */
.spin-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px; /* Increased gap for better breathing room */
    text-align: center;
}/* End custom CSS */