/* Energy Bartar About Us — v0.9.43
 * One consistent frame for the direct content container of every native
 * Elementor section. Elementor's generated per-element rule has greater
 * specificity, so a later width edit in the editor remains authoritative.
 */

.elementor :where(.eb43-content-frame) > .elementor-container{
  width:100%;
  max-width:1180px;
  margin-inline:auto;
}

@media (max-width:767px){
  .elementor :where(.eb43-content-frame) > .elementor-container{
    max-width:100%;
  }
}
