/*
Theme Name: hello elementor child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/
 
html, body{
	overflow-x:hidden;
}



.fm-2 .elementor-field-option label,
.fm-2 .elementor-field-option label span {
    color: #000 !important;
    font-weight: 400 !important;
    line-height: 15px !important;
}

} 

@media (max-width: 767px){
	.fm-2 button.elementor-button.elementor-size-sm {
        position: absolute !important;
        left: 375px;
        width: 60%;
        bottom: 76px;
	}
	
}

@media (min-width: 1025px) {
 
.fm-2 .elementor-field-type-acceptance.elementor-field-group{
     position: absolute;
    left: 50%;
    top: 85px;
    transform: translateX(-27%);
    margin-top:20px !important;
	color:black;
}
}