.elementor .converted-class-1{background-color:#252525eb;flex-direction:column;/* Hide the flex item on small screens */
.responsive-flex-box {
display: none;
}

/* Show the flex item on screens 768px wide and larger */
@media (min-width: 768px) {
.responsive-flex-box {
  display: flex;
}
}\n}