Elementor Media Query Breakpoints
/* Small devices (mobile/tablets, 767px and below) */ @media only screen and (max-width: 766px) { } /* Medium devices (tablets/desktops, 768px and up) */ @media only screen and (min-width: 768px) { } /* Large devices (large laptops and desktops, 1168px and up) */ @media only screen and (min-width: 1168px) { }