.elementor-5550 .elementor-element.elementor-element-4404e173{--display:flex;}.elementor-5550 .elementor-element.elementor-element-5a4acc4{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-5550 .elementor-element.elementor-element-5a4acc4{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-5550 .elementor-element.elementor-element-5a4acc4{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for text-editor, class: .elementor-element-fb5d990 *//* Ensure the hint is visible by default on small screens */
.scroll-hint {
    display: block; /* Make sure it shows up on mobile */
    /* You can put your mobile-specific styles here */
}

/* Media query to hide the hint on desktop (screens wider than 1024px) */
@media (min-width: 1025px) {
    .scroll-hint {
        /* Use !important to force the override of inline styles */
        display: none !important; 
    }
}/* End custom CSS */