.banner-images-text .content-text{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
        display: flex;
    flex-wrap: wrap;
}
.banner-images-text .content-text .text-conten-banner{
    width: 100%;
}
.banner-images-text .elementor-section.elementor-section-boxed > .elementor-container{
    padding-left: 10px;
    padding-right: 10px;
}

.banner-images-text .button-banner{
    display: inline-block;
    padding: 5px 10px ;
    background: #146637;
    color: #fff;
}
.banner-images-text .img-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.banner-images-text .img-wrapper img{
    width: 100%;
}
.banner-images-text{
    overflow: hidden;
}

.banner-images-text  .img-wrapper picture{
    width: 100%;
}
@media (max-width:767px){
}