.elementor .e-1de46b8-c02f49f{width:50%;flex-direction:column;justify-content:center;align-items:center;}.elementor .e-d44e2b1-5d19557{width:50%;padding-block-start:0px;padding-block-end:0px;padding-inline-start:20px;padding-inline-end:0px;flex-direction:column;}.elementor .e-791a04f{width:auto;min-width:auto;max-width:auto;background-color:#FEFEFA;flex-direction:column;/* Visible by default (covers desktop/laptop) */
.your-container{
display:block; /* or flex/grid — whatever it normally uses */
}

/* Hide ONLY in tablet view */
@media (min-width:601px) and (max-width:1024px){
.your-container{
  display:none !important;
}
}

/* Explicitly keep it visible on phone (redundant safety net, same idea as the badge--dup fix earlier) */
@media (max-width:600px){
.your-container{
  display:block !important; /* match whatever display type it needs on phone */
}
}\n}.elementor .e-8765a77-bf08184{width:auto;background-color:#FEFEFA;flex-direction:row;}.elementor .e-05b504f-431f9d5{width:auto;background-color:#FEFEFA;flex-direction:column;}.elementor .e-f940e99-106c339{width:auto;min-width:auto;max-width:auto;background-color:#FEFEFA;flex-direction:column;}