/*
Theme Name:   Neza_Genesis
Theme URI:    https://bruneza.com
Description:  we are here to make WP yours
Author:       Bruce Mugwaneza
Author URI:   https://bruneza.com
Template:    hello-elementor
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:  neza
*/

.ft-underline:after {
    content: " ";
    position: absolute;
    background: #fff;
    width: 60px;
    height: 2px;
    top: 25px;
}



/**** PADDING ****/
.section-40-20{
	padding: 40px 20px;
}
.section-60-20{
	padding: 60px 20px;
}
.section-80-20{
	padding: 80px 20px;
}
.section-120-20{
	padding: 120px 20px;
}
/**** END PADDING ****/

/**** HEADING ****/
.nec-heading .elementor-heading-title{
    position: relative;
    display: inline-flex;
    flex-direction: column;
}

.nec-heading .elementor-heading-title:before,
.nec-heading .elementor-heading-title:after{
    content: " ";
    position: relative;
    display: flex;
    height: 5px;
    border-radius: 120px;
    order:2;
}
.nec-heading .elementor-heading-title:before{
    width: 30%;
    background: #53A246;
    margin-top: 10px;
}
.nec-heading .elementor-heading-title:after{
    width: 15%;
    background: #53A246;
    margin-top: 8px;
}
/**** END HEADING ****/

/**** RESPONSIVENESS ****/
@media (max-width: 600px){
	/******/
	.section-40-20{
	padding: 20px 20px;
}
.section-60-20{
	padding: 20px 20px;
}
.section-80-20{
	padding: 20px 20px;
}
.section-120-20{
	padding: 20px 20px;
}
/******/

}
/**** END RESPONSIVENESS ****/