/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.elementor-widget-container h2, h3, h4, h5, h6 {
    text-align: center;
}

.elementor-widget-container table {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .elementor-widget-container table {
      display: block;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      table-layout: auto;
    }
  
    .elementor-widget-container table th, 
    .elementor-widget-container table td {
      word-wrap: break-word;
    }
  }

.e-n-accordion-item-title-text {
	text-align: left;
}