/* Energy Bartar About Us — v0.9.53
 * Elementor-native CTA columns.
 *
 * Placement and widths come from each real Elementor column. The only rule
 * below retires an older mobile fallback that forced the whole CTA container
 * into one vertical column and would otherwise ignore the saved 50/50 action
 * column sizes.
 */

@media (max-width:767px){
  .elementor .elementor-element.ebna-cta.eb53-native-columns > .elementor-container{
    flex-direction:row;
    flex-wrap:wrap;
    gap:0!important;
  }
}
