/**
 * Theme Name: Hello Elementor Child
 * Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 * Description: Hello Elementor Child is a child theme for Hello Elementor.
 * Author: Elementor Team
 * Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
 * Template: hello-elementor
 * Version: 1.0.0
 * Text Domain: hello-elementor-child
 * License: GNU General Public License v3 or later.
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 */

.tst-accordion.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between;
}
.tst-accordion.elementor-widget-n-accordion .e-n-accordion-item {
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid #dbdbdb;
    border-radius: 14px;
}