/* Start custom CSS */@media (max-width: 768px) {
  .elementor-section {
    padding: 0 !important; /* Removes padding around sections */
  }

  .elementor-widget-wrap {
    margin: 0 !important; /* Removes margins around widgets */
  }

  .elementor-element {
    padding: 0 !important; /* Removes padding around elements */
  }

  .data-elementor-type="wp-post" {
      width:100%; 
      max-width:768px;
      
  }
}
body.elementor-page-4621 {
  @media (max-width: 768px) {
      width:100%; 
      max-width:768px;
  }
}/* End custom CSS */