@media screen and (max-width:1279px){
   .clientsWrap .e-con-inner > div{
	flex: 0 0 auto;
	  max-width: calc(50% - 40px);
	  margin: 20px;
}
}

@media screen and (max-width:1023px){
    .menuBar .elementor-icon-wrapper {
        display: flex;
    }
    .comHeader.elementor-sticky.elementor-sticky--effects .elementor-widget-image img{
        width: 150px;
    }
}

@media screen and (max-width:767px){
    .comHeader.elementor-sticky.elementor-sticky--effects .elementor-widget-image img{
        width: 130px;
    }
}

@media screen and (max-width:639px){
   .clientsWrap .e-con-inner > div{
		flex: 0 0 auto;
		  max-width: 100%;
		  margin: 15px 0;
	}
	
	.clientsWrap .e-con-inner > div .elementor-testimonial-content{
		margin-bottom:10px!important
	}
}
