/*
 Theme Name:   Astra Child
 Theme URI:    https://a1homeinsulation.com
 Description:  Astra Child Theme
 Author:       https://a1homeinsulation.com
 Author URI:   https://a1homeinsulation.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Astrachild
*/

.logo_heading_home .elementor-widget-container {
    position: relative;
    text-align: center;
}

.logo_heading_home .elementor-widget-container::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1.5px);
    width: 100%;
    height: 3px;
    background: #737C7C;
}

.logo_heading_home .elementor-widget-container h4{
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}