@media(max-width:769px){
    .elementor-item{
        white-space: break-spaces !important;
    }
   .elementor-element{
       columns:1 !important;
   }
   
   .elementor-heading-title {
    font-size: 1.35em !important;
   }
   
   h2.elementor-heading-title,h3.elementor-heading-title{
       font-size:35px !important;
   }
}